From 60c2d5fcdcd2314bc8d215211eca7a75e5b5a8bc Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Mon, 24 Nov 2025 15:40:04 +0530 Subject: [PATCH 1/2] Release 3.11.0 --- .version | 2 +- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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..cef863ae 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: Dpop secure credentials manager [\#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' } ``` From 6d5c02272c8fd2a37abb4fc1e3efaf80a2c30314 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Mon, 24 Nov 2025 15:44:12 +0530 Subject: [PATCH 2/2] Text change in change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cef863ae..0b28ee1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.10.0...3.11.0) **Added** -- feat: Dpop secure credentials manager [\#879](https://github.com/auth0/Auth0.Android/pull/879) ([pmathew92](https://github.com/pmathew92)) +- 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**