Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Oct 11, 2021
1 parent 4ad8daf commit 16501c9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [2.5.0](https://github.com/auth0/Auth0.Android/tree/2.5.0) (2021-10-11)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.4.0...2.5.0)

**Added**
- Credentials Managers: renew tokens with extra parameters [\#514](https://github.com/auth0/Auth0.Android/pull/514) ([lustikuss](https://github.com/lustikuss))

**Changed**
- Update Configuration URL (CDN URL) [SDK-2710] [\#520](https://github.com/auth0/Auth0.Android/pull/520) ([lbalmaceda](https://github.com/lbalmaceda))

**Fixed**
- Fix memory leak in CustomTabsService [\#517](https://github.com/auth0/Auth0.Android/pull/517) ([lbalmaceda](https://github.com/lbalmaceda))
- Prevent NPE when parsing email_verified boolean [\#516](https://github.com/auth0/Auth0.Android/pull/516) ([lbalmaceda](https://github.com/lbalmaceda))
- Proper migration for the new key sets was applied [\#512](https://github.com/auth0/Auth0.Android/pull/512) ([lbalmaceda](https://github.com/lbalmaceda))
- Always close request body InputStream when exception occurs [\#492](https://github.com/auth0/Auth0.Android/pull/492) ([Marcono1234](https://github.com/Marcono1234))

## [2.4.0](https://github.com/auth0/Auth0.Android/tree/2.4.0) (2021-07-20)
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.3.0...2.4.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.4.0'
implementation 'com.auth0.android:auth0:2.5.0'
}
```

Expand Down

0 comments on commit 16501c9

Please sign in to comment.