Skip to content

Commit

Permalink
Release 2.9.2 (auth0#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed May 5, 2023
1 parent 96f3263 commit 93abc1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2.9.2](https://github.com/auth0/Auth0.Android/tree/2.9.2) (2023-05-05)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.9.1...2.9.2)

**Fixed**
- Add required scopes to token and renewAuth requests [\#654](https://github.com/auth0/Auth0.Android/pull/654) ([poovamraj](https://github.com/poovamraj))
- Added rule to support Proguard in full mode [\#652](https://github.com/auth0/Auth0.Android/pull/652) ([poovamraj](https://github.com/poovamraj))

## [2.9.1](https://github.com/auth0/Auth0.Android/tree/2.9.1) (2023-04-18)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.9.0...2.9.1)

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:2.9.1'
implementation 'com.auth0.android:auth0:2.9.2'
}
```

Expand Down

0 comments on commit 93abc1d

Please sign in to comment.