diff --git a/flutter_secure_storage/CHANGELOG.md b/flutter_secure_storage/CHANGELOG.md index c2f245c0..80827f78 100644 --- a/flutter_secure_storage/CHANGELOG.md +++ b/flutter_secure_storage/CHANGELOG.md @@ -1,3 +1,8 @@ +## 10.0.0-beta.3 +* [iOS] Fix delete and deleteAll when synchronizable is set. +* [iOS] Update migration when value is saved while key already exists with different accessibility option. +* [Android] Fix deprecation warning. + ## 10.0.0-beta.2 * [Web] Update flutter_secure_storage_platform_interface to be compatible with WASM. diff --git a/flutter_secure_storage/pubspec.yaml b/flutter_secure_storage/pubspec.yaml index 5e125277..60dd7cda 100644 --- a/flutter_secure_storage/pubspec.yaml +++ b/flutter_secure_storage/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_secure_storage description: Flutter Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android. -version: 10.0.0-beta.2 +version: 10.0.0-beta.3 repository: https://github.com/mogol/flutter_secure_storage/tree/develop/flutter_secure_storage environment: