From 1cfbbb4c3ec09b6cd7776da8c40b0cf7d1ee31ba Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Thu, 11 Dec 2025 09:52:23 +0530 Subject: [PATCH] Release 3.12.0 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index e0af1238..87dbaa15 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.11.0 \ No newline at end of file +3.12.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b28ee1f..ab04e29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [3.12.0](https://github.com/auth0/Auth0.Android/tree/3.12.0) (2025-12-11) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.11.0...3.12.0) + +**Added** +- feat: Add support for `organization` to custom token exchange [\#885](https://github.com/auth0/Auth0.Android/pull/885) ([pmathew92](https://github.com/pmathew92)) + +**Changed** +- refactor: Updating MRRT token store logic [\#884](https://github.com/auth0/Auth0.Android/pull/884) ([pmathew92](https://github.com/pmathew92)) + ## [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) diff --git a/README.md b/README.md index 604f5b83..e7b93cca 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.11.0' + implementation 'com.auth0.android:auth0:3.12.0' } ```