Skip to content

Commit bf8f11c

Browse files
Cut 5.3.2 release
1 parent 5b7a51b commit bf8f11c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [5.3.2] - 2024-03-05
67
### Changed
78
- Updated protobuf & protoc to 3.25.3 [EventStoreDB-Client-Java#268](https://github.com/EventStore/EventStoreDB-Client-Java/pull/268)
89

db-client-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tasks.withType(JavaCompile) {
1919
}
2020

2121
group = 'com.eventstore'
22-
version = '5.3.1'
22+
version = '5.3.2'
2323

2424
java {
2525
withJavadocJar()

0 commit comments

Comments
 (0)