diff --git a/flutter_secure_storage/CHANGELOG.md b/flutter_secure_storage/CHANGELOG.md index 588130c7..1c18024e 100644 --- a/flutter_secure_storage/CHANGELOG.md +++ b/flutter_secure_storage/CHANGELOG.md @@ -1,5 +1,6 @@ ## 9.2.1 * Fix async race condition bug in storage operations. +* [macOS] Return nil on macOS if key is not found ## 9.2.0 New Features: diff --git a/flutter_secure_storage/pubspec.yaml b/flutter_secure_storage/pubspec.yaml index 69e4d2ee..dc3f3d62 100644 --- a/flutter_secure_storage/pubspec.yaml +++ b/flutter_secure_storage/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: # validation, so we set a ^ constraint. # https://github.com/flutter/flutter/issues/46264 flutter_secure_storage_linux: ^1.2.1 - flutter_secure_storage_macos: ^3.1.0 + flutter_secure_storage_macos: ^3.1.1 flutter_secure_storage_platform_interface: ^1.1.2 flutter_secure_storage_web: ^1.2.1 flutter_secure_storage_windows: ^3.1.2