From bf39c6a571461796639b6b967ae548ca4e6826e7 Mon Sep 17 00:00:00 2001 From: Andrei Cristea Date: Wed, 8 Mar 2023 16:15:32 +0100 Subject: [PATCH] Release 1.7.0 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f6af5..6eeef1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.7.0] - 2023-03-08 ### Added - `CalypsoCardSelection.prepareReadBinary` method. - `CalypsoCardSelection.prepareReadCounter` method. -- `CalypsoCardSelection.preparePreOpenSecureSession` method (pre-open secure session variant). +- `CalypsoCardSelection.preparePreOpenSecureSession` method (secure session "pre-open" variant). ### Upgraded - "Calypsonet Terminal Reader API" to version `1.2.0` @@ -143,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - 2021-10-06 This is the initial release. -[unreleased]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.6.0...HEAD +[unreleased]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.7.0...HEAD +[1.7.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.4.1...1.5.0 [1.4.1]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.4.0...1.4.1