Skip to content

Commit 6279383

Browse files
Release 2.3.0
1 parent 274c2c4 commit 6279383

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ 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.3.0] - 2024-09-24
810
### Fixed
9-
- Use jnasmartcardio lib built with Java 8
11+
- Use `jnasmartcardio` lib built with Java 8.
1012
### Added
1113
- Add configurable card monitoring cycle duration through a new method
1214
`setCardMonitoringCycleDuration(int cycleDuration)` to set the card monitoring cycle duration
@@ -69,7 +71,8 @@ This is the initial release.
6971
It follows the extraction of Keyple 1.0 components contained in the `eclipse-keyple/keyple-java` repository to dedicated repositories.
7072
It also brings many major API changes.
7173

72-
[unreleased]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.2.3...HEAD
74+
[unreleased]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.3.0...HEAD
75+
[2.3.0]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.2.3...2.3.0
7376
[2.2.3]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.2.2...2.2.3
7477
[2.2.2]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.2.1...2.2.2
7578
[2.2.1]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.2.0...2.2.1

0 commit comments

Comments
 (0)