Skip to content

Commit d3f9c64

Browse files
Release 2.5.1
1 parent a58849d commit d3f9c64

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ 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.5.1] - 2024-09-19
810
### Fixed
911
- Fixed the backward compatibility for clients that do not transmit the `apiLevel` field (issue [#15]).
12+
### Upgraded
13+
- Keyple Distributed Network Lib `2.5.0` -> `2.5.1`
1014

1115
## [2.5.0] - 2024-09-06
1216
### Added
@@ -86,7 +90,8 @@ It follows the extraction of Keyple 1.0 components contained in the `eclipse-key
8690
repositories.
8791
It also brings many major API changes.
8892

89-
[unreleased]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.5.0...HEAD
93+
[unreleased]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.5.1...HEAD
94+
[2.5.1]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.5.0...2.5.1
9095
[2.5.0]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.4.0...2.5.0
9196
[2.4.0]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.3.1...2.4.0
9297
[2.3.1]: https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib/compare/2.3.0...2.3.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.1.0")
32-
implementation("org.eclipse.keyple:keyple-distributed-network-java-lib:2.5.1-SNAPSHOT") {isChanging=true}
32+
implementation("org.eclipse.keyple:keyple-distributed-network-java-lib:2.5.1")
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)