Skip to content

Commit

Permalink
release of v10.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Jan 9, 2025
1 parent 85327e7 commit 9612da3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions flutter_secure_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion flutter_secure_storage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 9612da3

Please sign in to comment.