diff --git a/.version b/.version index b72ad011f..0be1fc7d2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.9.0 \ No newline at end of file +3.8.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b519d44..5d96e8829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,5 @@ # Change Log -## [3.9.0](https://github.com/auth0/Auth0.Android/tree/3.9.0) (2025-07-02) -[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.8.0...3.9.0) - -**Added** -- feat : support to pass organisation while signing-up and signing-in with passkeys [\#843](https://github.com/auth0/Auth0.Android/pull/843) ([pmathew92](https://github.com/pmathew92)) -- Exposes UserProfile to return contents of id token without refreshing credentials [\#840](https://github.com/auth0/Auth0.Android/pull/840) ([NandanPrabhu](https://github.com/NandanPrabhu)) - ## [3.8.0](https://github.com/auth0/Auth0.Android/tree/3.8.0) (2025-06-04) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.7.0...3.8.0) diff --git a/README.md b/README.md index a0e25665f..30483fb7f 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.0' + implementation 'com.auth0.android:auth0:3.8.0' } ```