File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased]
55
6+ ## [ 5.4.5] - 2025-03-24
7+
68### Fixed
7- - https://github.com/EventStore/EventStoreDB-Client-Java/issues/310 [ EventStoreDB-Client-Java #311 ] ( https://github.com/EventStore/EventStoreDB-Client-Java/pull/311 )
9+ - Fix subscription error handling during server shutdown [ EventStoreDB-Client-Java #311 ] ( https://github.com/EventStore/EventStoreDB-Client-Java/pull/311 )
810
911## [ 5.4.4] - 2025-03-05
1012### Changed
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ tasks.withType(JavaCompile) {
1919}
2020
2121group = ' com.eventstore'
22- version = ' 5.4.4 '
22+ version = ' 5.4.5 '
2323
2424java {
2525 withJavadocJar()
You can’t perform that action at this time.
0 commit comments