Skip to content

Commit 8f35cd5

Browse files
committed
Release 2.3.0
1 parent 5487ddc commit 8f35cd5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [2.3.0](https://github.com/auth0/Auth0.Android/tree/2.3.0) (2021-07-02)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.2.0...2.3.0)
5+
6+
**Changed**
7+
- Explicitly specify charset, don't rely on default charset [\#491](https://github.com/auth0/Auth0.Android/pull/491) ([Marcono1234](https://github.com/Marcono1234))
8+
- Disable share button in Chrome custom tabs [\#489](https://github.com/auth0/Auth0.Android/pull/489) ([latsson](https://github.com/latsson))
9+
- Rewrite ThreadSwitcher class so that it is not tied to Looper [\#482](https://github.com/auth0/Auth0.Android/pull/482) ([alvindizon](https://github.com/alvindizon))
10+
11+
**Fixed**
12+
- Improve access_denied error handling by using the description [\#494](https://github.com/auth0/Auth0.Android/pull/494) ([lbalmaceda](https://github.com/lbalmaceda))
13+
314
## [2.2.0](https://github.com/auth0/Auth0.Android/tree/2.2.0) (2021-04-21)
415
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.1.0...2.2.0)
516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it,
3535

3636
```gradle
3737
dependencies {
38-
implementation 'com.auth0.android:auth0:2.2.0'
38+
implementation 'com.auth0.android:auth0:2.3.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)