Skip to content

Commit d052d47

Browse files
authored
Release 2.10.1 (#680)
1 parent c459978 commit d052d47

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [2.10.1](https://github.com/auth0/Auth0.Android/tree/2.10.1) (2023-08-01)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.10.0...2.10.1)
5+
6+
**Fixed**
7+
- Handle SecurityException thrown while launching the browser [\#677](https://github.com/auth0/Auth0.Android/pull/677) ([poovamraj](https://github.com/poovamraj))
8+
39
## [2.10.0](https://github.com/auth0/Auth0.Android/tree/2.10.0) (2023-07-18)
410
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.9.3...2.10.0)
511

README.md

+1-1
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:2.10.0'
54+
implementation 'com.auth0.android:auth0:2.10.1'
5555
}
5656
```
5757

0 commit comments

Comments
 (0)