Skip to content

Commit 94d0302

Browse files
authored
Merge pull request Backblaze#223 from reef-technologies/release1.7.0
Release 1.7.0 version
2 parents 9875022 + e1d8636 commit 94d0302

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.7.0] - 2021-04-22
10+
911
### Added
1012
* Add `__slots__` and `__eq__` to `FileVersionInfo` for memory usage optimization and ease of testing
1113
* Add support for SSE-C server-side encryption mode
@@ -153,7 +155,8 @@ has changed.
153155
### Added
154156
Initial official release of SDK as a separate package (until now it was a part of B2 CLI)
155157

156-
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.6.0...HEAD
158+
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.7.0...HEAD
159+
[1.7.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.6.0...v1.7.0
157160
[1.6.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.5.0...v1.6.0
158161
[1.5.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.4.0...v1.5.0
159162
[1.4.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.3.0...v1.4.0

0 commit comments

Comments
 (0)