Skip to content

Commit 9ee0a31

Browse files
Release 2.5.0
1 parent 5f94e8a commit 9ee0a31

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,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.5.0] - 2025-04-22
810
### Added
911
- Introduced new enum `PcscCardCommunicationProtocol` that unifies contact and contactless protocol handling:
1012
- `ISO_14443_4`: For all ISO 14443-4 compliant cards (Type A and Type B)
@@ -21,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
- Marked `PcscSupportedContactlessProtocol` as deprecated, to be replaced by `PcscCardCommunicationProtocol`
2224
- Marked `PcscSupportedContactProtocol` as deprecated, to be replaced by `PcscCardCommunicationProtocol`
2325
### Changed
24-
- Updated security provider from `jnasmartcardio` to `jnasmartcardio/cna` version `0.3.0`
26+
- Updated security provider from `jnasmartcardio` to `jnasmartcardio/cna` version `0.3.0-CNA`
2527

2628
## [2.4.2] - 2025-01-27
2729
### Fixed
@@ -106,7 +108,8 @@ This is the initial release.
106108
It follows the extraction of Keyple 1.0 components contained in the `eclipse-keyple/keyple-java` repository to dedicated repositories.
107109
It also brings many major API changes.
108110

109-
[unreleased]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.4.2...HEAD
111+
[unreleased]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.5.0...HEAD
112+
[2.5.0]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.4.2...2.5.0
110113
[2.4.2]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.4.1...2.4.2
111114
[2.4.1]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.4.0...2.4.1
112115
[2.4.0]: https://github.com/eclipse-keyple/keyple-plugin-pcsc-java-lib/compare/2.3.1...2.4.0

0 commit comments

Comments
 (0)