Skip to content

Commit

Permalink
Update CHANGELOG.md and gradle.properties for 6.1.1 release (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlcox authored Nov 10, 2022
1 parent d4c677a commit 89354d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased] - TBD
## [6.1.1] - 2022-11-10
### Added
* Return a subtype of `B2Exception` on errors when the response body does not conform to `B2ErrorStructure`.
Returning a `B2Exception` subtype enables the `B2Retryer` to retry exceptions that may succeed on retry.
Expand Down Expand Up @@ -180,7 +180,8 @@
* These changes were driven by switching our internal b2-sdk uses to use the http client from the sdk instead of a
different, custom interface.

[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.1.0...HEAD
[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.1.1...HEAD
[6.1.1]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.1.1
[6.1.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.1.0
[6.0.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.0.0
[5.0.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2022, Backblaze Inc. All Rights Reserved.
# License https://www.backblaze.com/using_b2_code.html

version=6.1.0
version=6.1.1
group=com.backblaze.b2

0 comments on commit 89354d9

Please sign in to comment.