diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ab5d9..6c31291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -151,3 +151,15 @@ ## 3.4.2 * Fix polling error on Mifare tags (#126, #128, #129, #133) + +## 3.5.0 + +* Some FeliCa improvements by @shiwano: + * Fix missing `id` field in FeliCa card reading on iOS (#140) + * Set the IDm to the `id` and the PMm to the `manufacturer` on iOS (#140) +* Add `iosRestartPolling` method by @rostopira (#151) +* Fix type assertion in `authenticateSector` (fix #148) +* Refine exception handling in Android plugin (fix #91 and #149) +* Bump multiple dependencies: + * Android plugin / example app: Java 17, AGP 7.4.2, Kotlin 1.9.23, minSdkVersion 26 (fix #127, #144) + * `js` library: 0.7.1 diff --git a/example/pubspec.lock b/example/pubspec.lock index 78c11cd..9504210 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "3.4.2" + version: "3.5.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index bf7dc0e..56918c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_nfc_kit description: Provide NFC functionality on Android, iOS & Web, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards -version: 3.4.2 +version: 3.5.0 homepage: "https://github.com/nfcim/flutter_nfc_kit" environment: