diff --git a/CHANGELOG.md b/CHANGELOG.md index 702ee674..1dbfde7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [5.4.5] - 2025-03-24 + ### Fixed -- https://github.com/EventStore/EventStoreDB-Client-Java/issues/310 [EventStoreDB-Client-Java#311](https://github.com/EventStore/EventStoreDB-Client-Java/pull/311) +- Fix subscription error handling during server shutdown [EventStoreDB-Client-Java#311](https://github.com/EventStore/EventStoreDB-Client-Java/pull/311) ## [5.4.4] - 2025-03-05 ### Changed diff --git a/db-client-java/build.gradle b/db-client-java/build.gradle index 71100e73..404d12e0 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.4.4' +version = '5.4.5' java { withJavadocJar()