Skip to content

Commit

Permalink
6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbehrens-bz committed Nov 8, 2024
1 parent 3f9add8 commit 7f5331a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog
## [Unreleased] - TBD
## [6.2.2] - 2024-11-08
## [6.3.0] - 2024-11-08
### Added
* Fixed `B2StorageClient.deleteAllFilesInBucket` so it uses `fileVersions` instead of `fileNames`.
* Added `maxEventsPerBatch` field to `B2WebhookConfiguration`.
Expand Down Expand Up @@ -242,7 +242,7 @@
different, custom interface.

[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.2.1...HEAD
[6.2.2]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.2.2
[6.3.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.3.0
[6.2.1]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.2.1
[6.2.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.2.0
[6.1.1]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.1.1
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.2.2
version=6.3.0
group=com.backblaze.b2

0 comments on commit 7f5331a

Please sign in to comment.