Skip to content

Commit

Permalink
Bump to v3.5.0, update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Apr 4, 2024
1 parent 685e14a commit e1b995c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e1b995c

Please sign in to comment.