Skip to content

Commit

Permalink
update CHANGELOG.md and gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Morgan authored and Fabian Morgan committed Sep 16, 2022
1 parent b7a6545 commit 676d005
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]
## [6.1.0] - 2022-09-19
### Added
* Added support for Java 8's `-parameters` option so constructor parameters do not need to be reiterated in `B2Json.constructor#params`
* Added `fileLockEnabled` to `B2UpdateBucketRequest` to support enabling file lock on existing buckets
Expand Down Expand Up @@ -171,7 +171,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.0.0...HEAD
[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.1.0...HEAD
[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
[4.0.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v4.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-PRIVATE
version=6.1.0
group=com.backblaze.b2

0 comments on commit 676d005

Please sign in to comment.