We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7a51b commit bf8f11cCopy full SHA for bf8f11c
CHANGELOG.md
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
3
4
## [Unreleased]
5
6
+## [5.3.2] - 2024-03-05
7
### Changed
8
- Updated protobuf & protoc to 3.25.3 [EventStoreDB-Client-Java#268](https://github.com/EventStore/EventStoreDB-Client-Java/pull/268)
9
db-client-java/build.gradle
@@ -19,7 +19,7 @@ tasks.withType(JavaCompile) {
19
}
20
21
group = 'com.eventstore'
22
-version = '5.3.1'
+version = '5.3.2'
23
24
java {
25
withJavadocJar()
0 commit comments