From 904d04394668824dff34ca666dd12b2ae3d442c6 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Tue, 21 May 2024 11:43:24 +0200 Subject: [PATCH] update changelog. --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc285b..875ad9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## 5.1.0-rc.1 +## 5.1.0-rc.2 * Split Split authenticationValidityDurationSeconds between android and iOS * `darwinTouchIDAuthenticationForceReuseContextDuration`: Basically the equivalent to `androidAuthenticationValidityDuration` * `darwinTouchIDAuthenticationAllowableReuseDuration` +* android: return correct code if no biometric is enrolled #115 @ThomasLamprecht ## 5.0.1 diff --git a/pubspec.yaml b/pubspec.yaml index db743b7..53713c4 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: 5.1.0-rc.1 +version: 5.1.0-rc.2 homepage: https://github.com/authpass/biometric_storage/ environment: