Skip to content

Commit 8b23be9

Browse files
authored
Reverting release changes (#845)
1 parent f10c4af commit 8b23be9

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.0
1+
3.8.0

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Change Log
22

3-
## [3.9.0](https://github.com/auth0/Auth0.Android/tree/3.9.0) (2025-07-02)
4-
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.8.0...3.9.0)
5-
6-
**Added**
7-
- 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))
8-
- 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))
9-
103
## [3.8.0](https://github.com/auth0/Auth0.Android/tree/3.8.0) (2025-06-04)
114
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.7.0...3.8.0)
125

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll
5151

5252
```gradle
5353
dependencies {
54-
implementation 'com.auth0.android:auth0:3.9.0'
54+
implementation 'com.auth0.android:auth0:3.8.0'
5555
}
5656
```
5757

0 commit comments

Comments
 (0)