diff --git a/.version b/.version index 512d523b..2b3ed502 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.12.1 \ No newline at end of file +3.12.2 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c9420156..97da132f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [3.12.2](https://github.com/auth0/Auth0.Android/tree/3.12.2) (2026-01-23) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.1...3.12.2) + +**Added** +- RSA encryption padding change from PKCS1Padding to OAEPWithSHA1And… [\#834](https://github.com/auth0/Auth0.Android/pull/834) ([utkrishtsahu](https://github.com/utkrishtsahu)) +- refactor: Replace synchronized block with AtomicReference for DPoP nonce management [\#895](https://github.com/auth0/Auth0.Android/pull/895) ([pmathew92](https://github.com/pmathew92)) + ## [3.12.1](https://github.com/auth0/Auth0.Android/tree/3.12.1) (2026-01-07) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.0...3.12.1) diff --git a/README.md b/README.md index eb03af7d..18a8ea51 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.12.1' + implementation 'com.auth0.android:auth0:3.12.2' } ```