diff --git a/CHANGELOG.md b/CHANGELOG.md index 53458e0a..7e191a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [5.3.2] - 2024-03-05 ### Changed - Updated protobuf & protoc to 3.25.3 [EventStoreDB-Client-Java#268](https://github.com/EventStore/EventStoreDB-Client-Java/pull/268) diff --git a/db-client-java/build.gradle b/db-client-java/build.gradle index 014afd06..086bdfdf 100644 --- a/db-client-java/build.gradle +++ b/db-client-java/build.gradle @@ -19,7 +19,7 @@ tasks.withType(JavaCompile) { } group = 'com.eventstore' -version = '5.3.1' +version = '5.3.2' java { withJavadocJar()