From e919cdf3bd0922f39bb64073fd88fcd7e83a3e97 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Wed, 27 Sep 2023 19:51:26 +0200 Subject: [PATCH] prepare v1.24.1 release --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 392a11e32..14fd4d5ff 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.24.1] - 2023-09-27 + ### Fixed * Fix missing key ID for large file encrypted with SSE-C * Fix concatenating error message when message is None @@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Add `get_file_info_by_name` to the B2Api class ### Fixed -* Require `typing_extensions` on Python 3.11 (already required on earlier versinons) for better compatibility with pydantic v2 +* Require `typing_extensions` on Python 3.11 (already required on earlier versions) for better compatibility with pydantic v2 * Fix `RawSimulator` handling of `cache_control` parameter during tests. ## [1.22.1] - 2023-07-24 @@ -488,7 +490,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.24.0...HEAD +[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.24.1...HEAD +[1.24.1]: https://github.com/Backblaze/b2-sdk-python/compare/v1.24.0...v1.24.1 [1.24.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.23.0...v1.24.0 [1.23.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.22.1...v1.23.0 [1.22.1]: https://github.com/Backblaze/b2-sdk-python/compare/v1.22.0...v1.22.1