From d8b5859947d23ea6a0a6a9413e2d013ef110d404 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Wed, 8 Jun 2022 09:11:16 +0200 Subject: [PATCH] Preparing release 4.1.2 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a3869..a9c5579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.1.2 + +* Android: Move File I/O and encryption to background thread. (Previously used UI Thread) + https://github.com/authpass/biometric_storage/pull/64 + ## 4.1.1 * Fix building on all platforms, add github actions to test building. diff --git a/pubspec.yaml b/pubspec.yaml index b018015..b0cc945 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: biometric_storage description: | Secure Storage: Encrypted data store optionally secured by biometric lock with support for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorage). -version: 4.1.1 +version: 4.1.2 homepage: https://github.com/authpass/biometric_storage/ environment: