diff --git a/.version b/.version index 33f465d1..e06d07af 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.9.1 \ No newline at end of file +3.10.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 79559b1d..5fee3f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.10.0](https://github.com/auth0/Auth0.Android/tree/3.10.0) (2025-09-12) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.9.1...3.10.0) + +**Added** +- SDK-6103 Added support for My Account API. [\#847](https://github.com/auth0/Auth0.Android/pull/847) ([utkrishtsahu](https://github.com/utkrishtsahu)) + ## [3.9.1](https://github.com/auth0/Auth0.Android/tree/3.9.1) (2025-08-12) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.9.0...3.9.1) diff --git a/README.md b/README.md index a20521b9..f8d7e838 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:3.9.1' + implementation 'com.auth0.android:auth0:3.10.0' } ```