From 446f2aef5690442b674c4793effb1e72426bd56f Mon Sep 17 00:00:00 2001 From: Andrei Cristea Date: Mon, 30 May 2022 10:53:44 +0200 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e5f2e..c0e2a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.2.0] - 2022-05-30 ### Added - `CalypsoCard.getTransactionCounter` method (issue [#42]). - `SamRevocationServiceSpi` SPI (issue [#29]). @@ -87,7 +89,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.1.0...HEAD +[unreleased]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.2.0...HEAD +[1.2.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.5...1.1.0 [1.0.5]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.4...1.0.5 [1.0.4]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.3...1.0.4