diff --git a/.version b/.version index 87dbaa15..512d523b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.12.0 \ No newline at end of file +3.12.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ab04e29b..c9420156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [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) + +**Deprecated** +- refactor: Deprecated the PasskeyAuthProvider class [\#890](https://github.com/auth0/Auth0.Android/pull/890) ([pmathew92](https://github.com/pmathew92)) + +**Fixed** +- fix: Fixing the memory leak introduced in the DPoP flow [\#891](https://github.com/auth0/Auth0.Android/pull/891) ([pmathew92](https://github.com/pmathew92)) + ## [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) diff --git a/README.md b/README.md index e7b93cca..eb03af7d 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.0' + implementation 'com.auth0.android:auth0:3.12.1' } ```