diff --git a/.version b/.version index e06d07af..e0af1238 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.10.0 \ No newline at end of file +3.11.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fee3f85..0b28ee1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [3.11.0](https://github.com/auth0/Auth0.Android/tree/3.11.0) (2025-11-24) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.10.0...3.11.0) + +**Added** +- feat: Added option to pass AuthenticationAPIClient to SecureCredentialsManager class [\#879](https://github.com/auth0/Auth0.Android/pull/879) ([pmathew92](https://github.com/pmathew92)) +- feat: add configurable biometric authentication policies for SecureCredentialsManager [\#867](https://github.com/auth0/Auth0.Android/pull/867) ([subhankarmaiti](https://github.com/subhankarmaiti)) + +**Fixed** +- fix: Fixes the IV overwrite when trying to encrypt multiple credentials [\#882](https://github.com/auth0/Auth0.Android/pull/882) ([pmathew92](https://github.com/pmathew92)) + ## [3.10.0](https://github.com/auth0/Auth0.Android/tree/3.10.0) (2025-09-12) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.9.1...3.10.0) diff --git a/README.md b/README.md index 845ee3eb..604f5b83 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:3.10.0' + implementation 'com.auth0.android:auth0:3.11.0' } ```