Skip to content

Commit c7a766f

Browse files
Release 3.0.2
1 parent ccdd9fe commit c7a766f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +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+
## [3.0.2] - 2024-06-25
810
### Changed
911
- Logging improvement.
1012
### Upgraded
11-
- Keyple Service Lib `3.2.1` -> `3.2.2` (source code not impacted)
13+
- Keyple Service Lib `3.2.1` -> `3.2.3` (source code not impacted)
1214

1315
## [3.0.1] - 2024-04-12
1416
### Changed
@@ -73,7 +75,8 @@ This is the initial release.
7375
It follows the extraction of Keyple 1.0 components contained in the `eclipse-keyple/keyple-java` repository to dedicated repositories.
7476
It also brings many major API changes.
7577

76-
[unreleased]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/3.0.1...HEAD
78+
[unreleased]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/3.0.2...HEAD
79+
[3.0.2]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/3.0.1...3.0.2
7780
[3.0.1]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/3.0.0...3.0.1
7881
[3.0.0]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/2.1.1...3.0.0
7982
[2.1.1]: https://github.com/eclipse-keyple/keyple-service-resource-java-lib/compare/2.1.0...2.1.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.keypop:keypop-reader-java-api:2.0.1")
3131
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.1")
32-
implementation("org.eclipse.keyple:keyple-service-java-lib:3.2.2-SNAPSHOT") {isChanging=true}
32+
implementation("org.eclipse.keyple:keyple-service-java-lib:3.2.3")
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)