Skip to content

Commit eee51a6

Browse files
Merge pull request Backblaze#276 from reef-technologies/rel-apiver-v2
release v1.11.0 marking the release of apiver v2
2 parents a5ac068 + 081051f commit eee51a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.11.0] - 2021-06-24
10+
911
### Changed
1012
* apiver `v2` interface released. `from b2sdk.v2 import ...` is now the recommended import,
1113
but `from b2sdk.v1 import ...` works as before
@@ -231,7 +233,8 @@ has changed.
231233
### Added
232234
Initial official release of SDK as a separate package (until now it was a part of B2 CLI)
233235

234-
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.10.0...HEAD
236+
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.11.0...HEAD
237+
[1.11.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.10.0...v1.11.0
235238
[1.10.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.9.0...v1.10.0
236239
[1.9.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.8.0...v1.9.0
237240
[1.8.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.7.0...v1.8.0

0 commit comments

Comments
 (0)