diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f583f0..92abdac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,46 +4,41 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -### Added +- N/A -- API Clients for unofficial endpoints -- Examples for new API Clients -- Enum values +## [1.3.0] -### Fixed - -- Missing imports +- Added API Clients for unofficial endpoints +- Added examples for new API Clients +- Added enum values +- Added missing imports ## [1.2.0] -### Changed - - Changed frequency of dependabot checks from daily to weekly - Updated README - Added PlayoffRoundType field with enum for clarity ## [1.1.1] -### Changed - - Updated API Client error handling to simplify debugging ## [1.0.1] -### Fixed - - Updated bugged versioning flow ## [1.0.0] ### Initial Release -[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.3.0...HEAD + +[1.3.0]: https://github.com/joeyagreco/sleeper/releases/tag/v1.3.0 -[1.2.0]: https://github.com/joeyagreco/sleeper/compare/v1.1.1...v1.2.0 +[1.2.0]: https://github.com/joeyagreco/sleeper/releases/tag/v1.2.0 -[1.1.1]: https://github.com/joeyagreco/sleeper/compare/v1.0.1...v1.1.1 +[1.1.1]: https://github.com/joeyagreco/sleeper/releases/tag/v1.1.1 -[1.0.1]: https://github.com/joeyagreco/sleeper/compare/v1.0.0...v1.0.1 +[1.0.1]: https://github.com/joeyagreco/sleeper/releases/tag/v1.0.1 [1.0.0]: https://github.com/joeyagreco/sleeper/releases/tag/v1.0.0 diff --git a/sleeper/_version.py b/sleeper/_version.py index c68196d..67bc602 100644 --- a/sleeper/_version.py +++ b/sleeper/_version.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.3.0"