Skip to content

Commit aa2300a

Browse files
authored
Prepare release 5.4.5 (#314)
1 parent 1c431d5 commit aa2300a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.4.4'
22+
version = '5.4.5'
2323

2424
java {
2525
withJavadocJar()

0 commit comments

Comments
 (0)