Skip to content

Commit

Permalink
Merge pull request #203 from Backblaze/nbehrens/6.3.0-release
Browse files Browse the repository at this point in the history
Update changelog and gradle version for 6.3.0 release
  • Loading branch information
nbehrens-bz authored Nov 8, 2024
2 parents 71a3017 + 7f5331a commit e632f89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
## [Unreleased] - TBD
## [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 @@ -241,6 +242,7 @@
different, custom interface.

[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.2.1...HEAD
[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.3.0-SNAPSHOT
version=6.3.0
group=com.backblaze.b2

0 comments on commit e632f89

Please sign in to comment.