Skip to content

Commit 537fd1a

Browse files
Release 2.1.3
1 parent 753a4ed commit 537fd1a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.1.3] - 2024-02-06
10+
### Fixed
11+
- Card scanning process. The RF module is now enabled/disabled in addition to the
12+
activation/deactivation of the RF field to better improve the battery life of the terminal.
13+
914
## [2.1.2] - 2024-02-01
1015
### Fixed
1116
- Card scanning process. Now, the low-level card scanning is properly stopped and the RF field is
@@ -46,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4651
## [1.0.0] - 2020-12-18
4752
This is the initial release.
4853

49-
[unreleased]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/2.1.2...HEAD
54+
[unreleased]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/2.1.3...HEAD
55+
[2.1.3]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/2.1.3...2.1.2
5056
[2.1.2]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/2.1.1...2.1.2
5157
[2.1.1]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/2.1.0...2.1.1
5258
[2.1.0]: https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/2.0.0...2.1.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group = org.calypsonet.keyple
22
title = Keyple Plugin CNA Bluebird Specific NFC Java Lib
33
description = Keyple add-on to manage Bluebird Specific NFC readers
4-
version = 2.1.3-SNAPSHOT
4+
version = 2.1.3
55
archivesBaseName = keyple-plugin-cna-bluebird-specific-nfc-java-lib
66

77
javaSourceLevel = 1.6

0 commit comments

Comments
 (0)