File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and 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.
106108It follows the extraction of Keyple 1.0 components contained in the ` eclipse-keyple/keyple-java ` repository to dedicated repositories.
107109It 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
You can’t perform that action at this time.
0 commit comments