Skip to content

Commit 1e13960

Browse files
authored
Update CHANGELOG.md and gradle.properties for 6.2.1 release (#198)
1 parent a619ff3 commit 1e13960

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## [Unreleased] - TBD
2+
## [6.2.1] - 2024-07-16
33
### Added
44
* Added `eventId` field to `B2EventNotificationEvent`.
55

@@ -232,7 +232,9 @@
232232
* These changes were driven by switching our internal b2-sdk uses to use the http client from the sdk instead of a
233233
different, custom interface.
234234

235-
[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.1.1...HEAD
235+
[Unreleased]: https://github.com/Backblaze/b2-sdk-java/compare/v6.2.1...HEAD
236+
[6.2.1]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.2.1
237+
[6.2.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.2.0
236238
[6.1.1]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.1.1
237239
[6.1.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.1.0
238240
[6.0.0]: https://github.com/Backblaze/b2-sdk-java/releases/tag/v6.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.2.1-SNAPSHOT
4+
version=6.2.1
55
group=com.backblaze.b2

0 commit comments

Comments
 (0)