diff --git a/CHANGELOG.md b/CHANGELOG.md index 60aeae275..f1349a4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.14.0] - 2021-12-23 + ### Fixed * Relax constraint on arrow to allow for versions >= 1.0.2 @@ -264,7 +266,8 @@ has changed. ### Added Initial official release of SDK as a separate package (until now it was a part of B2 CLI) -[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.13.0...HEAD +[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.14.0...HEAD +[1.14.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.13.0...v1.14.0 [1.13.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.12.0...v1.13.0 [1.12.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.11.0...v1.12.0 [1.11.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.10.0...v1.11.0