Skip to content

Commit 7e00366

Browse files
docs: prepare release 3.1.3
1 parent 68c10b7 commit 7e00366

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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+
## [3.1.3] - 2025-11-12
810
### Fixed
911
- Fixed the algorithm for checking the maximum length of a non-extended APDU command when calling `prepareApdu` methods.
1012
It was initially limited to **251** bytes, whereas it is actually **261** bytes according to **ISO/IEC 7816-4**:
@@ -91,7 +93,8 @@ This is the initial release.
9193
It follows the extraction of Keyple 1.0 components contained in the `eclipse-keyple/keyple-java` repository to dedicated repositories.
9294
It also brings many major API changes.
9395

94-
[unreleased]: https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.1.2...HEAD
96+
[unreleased]: https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.1.3...HEAD
97+
[3.1.3]: https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.1.2...3.1.3
9598
[3.1.2]: https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.1.1...3.1.2
9699
[3.1.1]: https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.1.0...3.1.1
97100
[3.1.0]: https://github.com/eclipse-keyple/keyple-card-generic-java-lib/compare/3.0.1...3.1.0

0 commit comments

Comments
 (0)