Skip to content

Commit 92c331a

Browse files
Release 2.4.0
1 parent 0c622ba commit 92c331a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [2.4.0] - 2024-06-03
810
### Added
911
- Addition of two methods for configuring the timeout value used by server nodes in "Reader Client Side" usage mode
1012
(issue [eclipse-keyple/keyple-distributed-network-java-lib#13]).
@@ -70,7 +72,8 @@ It follows the extraction of Keyple 1.0 components contained in the `eclipse-key
7072
repositories.
7173
It also brings many major API changes.
7274

73-
[unreleased]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.3.1...HEAD
75+
[unreleased]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.4.0...HEAD
76+
[2.4.0]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.3.1...2.4.0
7477
[2.3.1]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.3.0...2.3.1
7578
[2.3.0]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.2.1...2.3.0
7679
[2.2.1]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.2.0...2.2.1

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
dependencies {
3030
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.1")
3131
implementation("org.eclipse.keyple:keyple-distributed-remote-java-api:3.0.1")
32-
implementation("org.eclipse.keyple:keyple-distributed-network-java-lib:2.4.0-SNAPSHOT") {isChanging=true}
32+
implementation("org.eclipse.keyple:keyple-distributed-network-java-lib:2.4.0")
3333
implementation("org.eclipse.keyple:keyple-util-java-lib:2.4.0")
3434
implementation("com.google.code.gson:gson:2.10.1")
3535
implementation("org.slf4j:slf4j-api:1.7.32")

0 commit comments

Comments
 (0)