diff --git a/CHANGELOG.md b/CHANGELOG.md index 918da85..3f58800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -170,3 +170,9 @@ * Fix type checking assertions of arguments * Add missing call to `connect` in Android plugin * Add instruction on resolving `js` dependency conflict in README + +## 3.5.2 + +* Some MiFare Classic fixes by @knthm: + * allow authentication of sector 0 (#157) + * fix data type check in `writeBlock` (#161) diff --git a/example/pubspec.lock b/example/pubspec.lock index 0506065..394cd08 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "3.5.1" + version: "3.5.2" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 4933dc2..a705021 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.5.1 +version: 3.5.2 homepage: "https://github.com/nfcim/flutter_nfc_kit" environment: