From 2e748cf9bb00095ca41ad2b0bd9f26916ed140ca Mon Sep 17 00:00:00 2001 From: joeyagreco Date: Sat, 21 Sep 2024 19:51:43 -0400 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b914b..8ccf565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- N/A + +## [2.0.0] + - Removed all custom modeling - Removed all enums - All functions are available via import from `sleeper.api` @@ -76,7 +80,8 @@ All notable changes to this project will be documented in this file. ### Initial Release -[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v1.7.3...HEAD +[Unreleased]: https://github.com/joeyagreco/sleeper/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/joeyagreco/sleeper/releases/tag/v2.0.0 [1.7.3]: https://github.com/joeyagreco/sleeper/releases/tag/v1.7.3 [1.7.2]: https://github.com/joeyagreco/sleeper/releases/tag/v1.7.2 [1.7.1]: https://github.com/joeyagreco/sleeper/releases/tag/v1.7.1