Skip to content

Commit 89354d9

Browse files
authored
Update CHANGELOG.md and gradle.properties for 6.1.1 release (#181)
1 parent d4c677a commit 89354d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

183-
[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.1.0...HEAD
183+
[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.1.1...HEAD
184+
[6.1.1]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.1.1
184185
[6.1.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.1.0
185186
[6.0.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.0.0
186187
[5.0.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v5.0.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2022, Backblaze Inc. All Rights Reserved.
22
# License https://www.backblaze.com/using_b2_code.html
33

4-
version=6.1.0
4+
version=6.1.1
55
group=com.backblaze.b2

0 commit comments

Comments
 (0)