Skip to content

Commit ce7e38c

Browse files
authored
Merge pull request #339 from Backblaze/prepare-1.17.3
Prepare release 1.17.3
2 parents 929dd0a + e8b9ee1 commit ce7e38c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.17.3] - 2022-07-15
10+
11+
### Fixed
12+
* Fix `FileVersion._get_upload_headers` when encryption key is `None`
13+
914
### Infrastructure
1015
* Fix download integration tests on non-production environments
1116
* Add `B2_DEBUG_HTTP` env variable to enable network-level test debugging
1217
* Disable changelog validation temporarily
13-
* Fix `FileVersion._get_upload_headers` when encryption key is `None`
1418

1519
## [1.17.2] - 2022-06-24
1620

@@ -373,7 +377,8 @@ has changed.
373377
### Added
374378
Initial official release of SDK as a separate package (until now it was a part of B2 CLI)
375379

376-
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.17.2...HEAD
380+
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.17.3...HEAD
381+
[1.17.3]: https://github.com/Backblaze/b2-sdk-python/compare/v1.17.2...v1.17.3
377382
[1.17.2]: https://github.com/Backblaze/b2-sdk-python/compare/v1.17.1...v1.17.2
378383
[1.17.1]: https://github.com/Backblaze/b2-sdk-python/compare/v1.17.0...v1.17.1
379384
[1.17.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.16.0...v1.17.0

0 commit comments

Comments
 (0)