Skip to content

Commit 0badec7

Browse files
authored
Release 3.12.2 (auth0#898)
2 parents 52b80a8 + bcf9cb4 commit 0badec7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.1
1+
3.12.2

CHANGELOG.md

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

3+
## [3.12.2](https://github.com/auth0/Auth0.Android/tree/3.12.2) (2026-01-23)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.1...3.12.2)
5+
6+
**Added**
7+
- RSA encryption padding change from PKCS1Padding to OAEPWithSHA1And… [\#834](https://github.com/auth0/Auth0.Android/pull/834) ([utkrishtsahu](https://github.com/utkrishtsahu))
8+
- refactor: Replace synchronized block with AtomicReference for DPoP nonce management [\#895](https://github.com/auth0/Auth0.Android/pull/895) ([pmathew92](https://github.com/pmathew92))
9+
310
## [3.12.1](https://github.com/auth0/Auth0.Android/tree/3.12.1) (2026-01-07)
411
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.0...3.12.1)
512

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.12.1'
55+
implementation 'com.auth0.android:auth0:3.12.2'
5656
}
5757
```
5858

0 commit comments

Comments
 (0)