From cb5aaeb14677c9f82ac23f442b93e3d797a039bd Mon Sep 17 00:00:00 2001 From: Andrei Cristea Date: Fri, 17 Feb 2023 14:29:47 +0100 Subject: [PATCH] Release 1.6.0 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5067b72..ae0747d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ 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.6.0] - 2023-02-17 ### Added -- `CommonTransactionManager.processCommands(boolean)` method. +- `CommonTransactionManager.processCommands(boolean closePhysicalChannel)` method. - `CardTransactionManager.prepareVerifyPin` method. - `CardTransactionManager.prepareChangePin` method. - `CardTransactionManager.prepareChangeKey` method. @@ -135,7 +137,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.5.0...HEAD +[unreleased]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.6.0...HEAD +[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 [1.4.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.3.0...1.4.0