Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cristea committed May 22, 2023
1 parent 3f83165 commit 81924ad
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ 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.3.0] - 2023-05-22
### Added
- Adds the possibility to export a locally processed card selection scenario in order to import it and process it
remotely by another card selection manager via the new methods `exportProcessedCardSelectionScenario` and
`importProcessedCardSelectionScenario` of the `CardSelectionManager` API.
- Introduced a new capability to export a locally processed card selection scenario to be imported and analyzed remotely
by another card selection manager.
For this purpose, the following two methods have been added to the `CardSelectionManager` interface:
- `exportProcessedCardSelectionScenario`
- `importProcessedCardSelectionScenario`

## [1.2.0] - 2023-01-10
### Added
Expand All @@ -26,7 +30,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-reader-java-api/compare/1.2.0...HEAD
[unreleased]: https://github.com/calypsonet/calypsonet-terminal-reader-java-api/compare/1.3.0...HEAD
[1.3.0]: https://github.com/calypsonet/calypsonet-terminal-reader-java-api/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/calypsonet/calypsonet-terminal-reader-java-api/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/calypsonet/calypsonet-terminal-reader-java-api/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/calypsonet/calypsonet-terminal-reader-java-api/releases/tag/1.0.0
Expand Down

0 comments on commit 81924ad

Please sign in to comment.