Skip to content

Commit

Permalink
release v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef authored Aug 31, 2023
1 parent b6f9ac8 commit f0424e3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.24.0] - 2023-08-31

### Added
* 'bypass_governance' flag to delete_file_version

## [1.23.0] - 2023-08-10

### Added
* Add `get_file_info_by_name` to the B2Api class
* 'bypass_governance' flag to delete_file_version

### Fixed
* Require `typing_extensions` on Python 3.11 (already required on earlier versinons) for better compatibility with pydantic v2
Expand Down Expand Up @@ -479,7 +483,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.23.0...HEAD
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.24.0...HEAD
[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
[1.22.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.21.0...v1.22.0
Expand Down

0 comments on commit f0424e3

Please sign in to comment.