Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Famocoteam committed Mar 24, 2023
1 parent 207272c commit 4010be5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file.
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]
## [2.1.0] - 2023-09-24
### Upgraded
- Update dependencies, Gradle, Kotlin, Java and SDK versions
### Fixed
- Fix a crash related to the name of the reader protocol
### Refactoring
- Modify project file to match the Famoco repo
- Refactoring to remove calls to depracated API
### CI
- Update dependencies and build scripts to match the Famoco CI
- Update github actions "checkout@v3" and "setup-java@v3"
- Automation of the right to execute (x) shell scripts.

## [2.0.2] - 2022-09-14
Expand Down Expand Up @@ -38,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2020-12-18
This is the initial release.

[unreleased]: https://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib/compare/2.0.2...HEAD
[unreleased]: https://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib/compare/2.1.0...HEAD
[2.1.0]: https://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib/compare/2.0.1...2.1.0
[2.0.2]: https://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/calypsonet/keyple-plugin-cna-famoco-se-communication-java-lib/compare/1.0.0...2.0.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.0.3
version = 2.1.0
group = io.github.famoco
title = Keyple Plugin SE Communication Lib
description = Keyple add-on to manage SE Communication readers
Expand Down

0 comments on commit 4010be5

Please sign in to comment.