From 8791817741540f9aa2b1b9c3db6f3a1b3cfd8cd4 Mon Sep 17 00:00:00 2001 From: Andrei Cristea Date: Thu, 22 Dec 2022 11:39:27 +0100 Subject: [PATCH] Release 1.5.0 --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a01b1..8eca3c5 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.5.0] - 2022-12-22 ### Added -- `CardTransactionManager.prepareEarlyMutualAuthentication` method. -- `CardTransactionManager.prepareActivateEncryption` method. -- `CardTransactionManager.prepareDeactivateEncryption` method. +- `CardTransactionManager.prepareEarlyMutualAuthentication` method (extended mode). +- `CardTransactionManager.prepareActivateEncryption` method (extended mode). +- `CardTransactionManager.prepareDeactivateEncryption` method (extended mode). ### Deprecated - `SamSecuritySetting` API. - `SamTransactionManager` API. @@ -115,7 +117,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.4.1...HEAD +[unreleased]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.5.0...HEAD +[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 [1.4.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.2.0...1.3.0