diff --git a/.version b/.version index 0be1fc7d2..b72ad011f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.8.0 \ No newline at end of file +3.9.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d96e8829..08b728fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [3.9.0](https://github.com/auth0/Auth0.Android/tree/3.9.0) (2025-08-11) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.8.0...3.9.0) + +**Added** +- feat: Add support for DPoP [\#850](https://github.com/auth0/Auth0.Android/pull/850) ([pmathew92](https://github.com/pmathew92)) +- 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)) + +**Updated** +- `userInfo` api in the `AuthenticationAPIClient` class now takes a tokenType parameter with a default value of `Bearer`. + ## [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 30483fb7f..a0e25665f 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.8.0' + implementation 'com.auth0.android:auth0:3.9.0' } ``` diff --git a/auth0/src/main/java/com/auth0/android/authentication/AuthenticationAPIClient.kt b/auth0/src/main/java/com/auth0/android/authentication/AuthenticationAPIClient.kt index 394cca3a7..f3a8cbd80 100755 --- a/auth0/src/main/java/com/auth0/android/authentication/AuthenticationAPIClient.kt +++ b/auth0/src/main/java/com/auth0/android/authentication/AuthenticationAPIClient.kt @@ -573,6 +573,7 @@ public class AuthenticationAPIClient @VisibleForTesting(otherwise = VisibleForTe *``` * * @param accessToken used to fetch it's information + * @param tokenType type of the token from [Credentials]. Defaults to Bearer. * @return a request to start */ public fun userInfo(