From 6c0b5a2ee9fc642c5982a6675f77af9a34c6d846 Mon Sep 17 00:00:00 2001 From: jg <57115019+joeyagreco@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:04:03 -0500 Subject: [PATCH] version bump and updated changelog --- CHANGELOG.md | 11 ++++++++++- sleeper/_version.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b1fa6..9a5e9d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- N/A + +## [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] @@ -23,7 +30,9 @@ All notable changes to this project will be documented in this file. ### Initial Release -[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.2.0...HEAD + +[1.2.0]: https://github.com/joeyagreco/sleeper/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/joeyagreco/sleeper/compare/v1.0.1...v1.1.1 diff --git a/sleeper/_version.py b/sleeper/_version.py index a82b376..c68196d 100644 --- a/sleeper/_version.py +++ b/sleeper/_version.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.2.0"