Skip to content

Commit c3576f6

Browse files
authored
Merge pull request #209 from Backblaze/nbehrens/6.5.0-snapshot
6.5.0-snapshot
2 parents 2f6805a + fbd4132 commit c3576f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
## [6.5.0] - TBD
23
## [6.4.0] - 2025-05-14
34
### Added
45
* Add `readBucketLogging` and `writeBucketLogging` capabilities.
@@ -245,7 +246,8 @@
245246
* These changes were driven by switching our internal b2-sdk uses to use the http client from the sdk instead of a
246247
different, custom interface.
247248

248-
[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.2.1...HEAD
249+
[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.4.0...HEAD
250+
[6.4.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.4.0
249251
[6.3.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.3.0
250252
[6.2.1]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.2.1
251253
[6.2.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.2.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.4.0
4+
version=6.5.0-SNAPSHOT
55
group=com.backblaze.b2

0 commit comments

Comments
 (0)