Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jul 2, 2021
1 parent 5487ddc commit 8f35cd5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [2.3.0](https://github.com/auth0/Auth0.Android/tree/2.3.0) (2021-07-02)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.2.0...2.3.0)

**Changed**
- Explicitly specify charset, don't rely on default charset [\#491](https://github.com/auth0/Auth0.Android/pull/491) ([Marcono1234](https://github.com/Marcono1234))
- Disable share button in Chrome custom tabs [\#489](https://github.com/auth0/Auth0.Android/pull/489) ([latsson](https://github.com/latsson))
- 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))

**Fixed**
- Improve access_denied error handling by using the description [\#494](https://github.com/auth0/Auth0.Android/pull/494) ([lbalmaceda](https://github.com/lbalmaceda))

## [2.2.0](https://github.com/auth0/Auth0.Android/tree/2.2.0) (2021-04-21)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.1.0...2.2.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it,

```gradle
dependencies {
implementation 'com.auth0.android:auth0:2.2.0'
implementation 'com.auth0.android:auth0:2.3.0'
}
```

Expand Down

0 comments on commit 8f35cd5

Please sign in to comment.