File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
bluebird-plugin-mock/src/main/kotlin/org/calypsonet/keyple/plugin/bluebird Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 3.1.1] - 2025-08-27
10+ ### Fixed
11+ - Mock plugin name.
12+
913## [ 3.1.0] - 2025-07-09
1014### Added
1115- Added support for storage cards with ` keyple-plugin-storagecard-java-api:1.0.0 ` dependency
@@ -108,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108112## [ 1.0.0] - 2020-12-18
109113This is the initial release.
110114
111- [ unreleased ] : https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/3.1.0...HEAD
115+ [ unreleased ] : https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/3.1.1...HEAD
116+ [ 3.1.1 ] : https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/3.1.0...3.1.1
112117[ 3.1.0 ] : https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/3.0.0...3.1.0
113118[ 3.0.0 ] : https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/2.1.4...3.0.0
114119[ 2.1.4 ] : https://github.com/calypsonet/keyple-plugin-cna-bluebird-specific-nfc-java-lib/compare/2.1.3...2.1.4
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ object BluebirdConstants {
2323 *
2424 * @since 3.0.0
2525 */
26- const val PLUGIN_NAME = " BluebirdPlugin "
26+ const val PLUGIN_NAME = " BluebirdPluginMock "
2727
2828 /* *
2929 * The card reader name as provided by the plugin.
You can’t perform that action at this time.
0 commit comments