Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpBit committed Jan 4, 2021
1 parent 5686ba6 commit c697bd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [4.1.0] - 1/4/21
### Added
- `use_cache` parameter for methods to specify whether or not to use cache for a specific API call
### Changed
- Wrapper no longer replaces the letter O with 0 for tags to better represent a valid tag

## [4.0.6] - 10/6/20
### Changed
- Format of the string of `utils.get_datetime`
Expand Down
2 changes: 1 addition & 1 deletion brawlstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
############


__version__ = 'v4.0.6'
__version__ = 'v4.1.0'
__title__ = 'brawlstats'
__license__ = 'MIT'
__author__ = 'SharpBit'
Expand Down

1 comment on commit c697bd0

@0dminnimda
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrapper no longer replaces the letter O with 0 for tags to better represent a valid tag

backward compatibility broken, must be 5.x.x

Please sign in to comment.