Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.0
3.9.0
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
Loading