Skip to content

Commit 063542c

Browse files
authored
Release 3.12.0 (#887)
1 parent 2f6dc87 commit 063542c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.0
1+
3.12.0

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [3.12.0](https://github.com/auth0/Auth0.Android/tree/3.12.0) (2025-12-11)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.11.0...3.12.0)
5+
6+
**Added**
7+
- feat: Add support for `organization` to custom token exchange [\#885](https://github.com/auth0/Auth0.Android/pull/885) ([pmathew92](https://github.com/pmathew92))
8+
9+
**Changed**
10+
- refactor: Updating MRRT token store logic [\#884](https://github.com/auth0/Auth0.Android/pull/884) ([pmathew92](https://github.com/pmathew92))
11+
312
## [3.11.0](https://github.com/auth0/Auth0.Android/tree/3.11.0) (2025-11-24)
413
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.10.0...3.11.0)
514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll
5252

5353
```gradle
5454
dependencies {
55-
implementation 'com.auth0.android:auth0:3.11.0'
55+
implementation 'com.auth0.android:auth0:3.12.0'
5656
}
5757
```
5858

0 commit comments

Comments
 (0)