Skip to content

Commit

Permalink
Merge pull request #276 from reef-technologies/rel-apiver-v2
Browse files Browse the repository at this point in the history
release v1.11.0 marking the release of apiver v2
  • Loading branch information
mpnowacki-reef authored Jun 24, 2021
2 parents a5ac068 + 081051f commit eee51a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.11.0] - 2021-06-24

### Changed
* apiver `v2` interface released. `from b2sdk.v2 import ...` is now the recommended import,
but `from b2sdk.v1 import ...` works as before
Expand Down Expand Up @@ -231,7 +233,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.10.0...HEAD
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.11.0...HEAD
[1.11.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.7.0...v1.8.0
Expand Down

0 comments on commit eee51a6

Please sign in to comment.