Skip to content

Commit

Permalink
Release version 5.4.0 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
w1am authored May 28, 2024
1 parent 2341b16 commit 3dfb2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [5.4.0] - 2024-05-23

### Added
- new connection settings to provide an x.509 certificate for user authentication. [EventStoreDB-Client-Java#266](https://github.com/EventStore/EventStoreDB-Client-Java/pull/266)
Expand Down
2 changes: 1 addition & 1 deletion db-client-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tasks.withType(JavaCompile) {
}

group = 'com.eventstore'
version = '5.3.2'
version = '5.4.0'

java {
withJavadocJar()
Expand Down

0 comments on commit 3dfb2ea

Please sign in to comment.