Skip to content

Commit

Permalink
Release 2.10.1 (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Aug 1, 2023
1 parent c459978 commit d052d47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.10.1](https://github.com/auth0/Auth0.Android/tree/2.10.1) (2023-08-01)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.0...2.10.1)

**Fixed**
- Handle SecurityException thrown while launching the browser [\#677](https://github.com/auth0/Auth0.Android/pull/677) ([poovamraj](https://github.com/poovamraj))

## [2.10.0](https://github.com/auth0/Auth0.Android/tree/2.10.0) (2023-07-18)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.9.3...2.10.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:2.10.0'
implementation 'com.auth0.android:auth0:2.10.1'
}
```

Expand Down

0 comments on commit d052d47

Please sign in to comment.