diff --git a/.version b/.version index 2b3ed502..77fdc6bb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.12.2 \ No newline at end of file +3.13.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 97da132f..e3c92be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [3.13.0](https://github.com/auth0/Auth0.Android/tree/3.13.0) (2026-02-06) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.12.2...3.13.0) + +**Added** +- Expanding Flexible Factors Grant Android Support [\#896](https://github.com/auth0/Auth0.Android/pull/896) ([utkrishtsahu](https://github.com/utkrishtsahu)) +- fix: Prevent DPoP replay protection error due to OkHttp retry [\#902](https://github.com/auth0/Auth0.Android/pull/902) ([pmathew92](https://github.com/pmathew92)) + ## [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) diff --git a/README.md b/README.md index 18a8ea51..11876052 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.2' + implementation 'com.auth0.android:auth0:3.13.0' } ```