Skip to content

Commit 16501c9

Browse files
committed
Release 2.5.0
1 parent 4ad8daf commit 16501c9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [2.5.0](https://github.com/auth0/Auth0.Android/tree/2.5.0) (2021-10-11)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.4.0...2.5.0)
5+
6+
**Added**
7+
- Credentials Managers: renew tokens with extra parameters [\#514](https://github.com/auth0/Auth0.Android/pull/514) ([lustikuss](https://github.com/lustikuss))
8+
9+
**Changed**
10+
- Update Configuration URL (CDN URL) [SDK-2710] [\#520](https://github.com/auth0/Auth0.Android/pull/520) ([lbalmaceda](https://github.com/lbalmaceda))
11+
12+
**Fixed**
13+
- Fix memory leak in CustomTabsService [\#517](https://github.com/auth0/Auth0.Android/pull/517) ([lbalmaceda](https://github.com/lbalmaceda))
14+
- Prevent NPE when parsing email_verified boolean [\#516](https://github.com/auth0/Auth0.Android/pull/516) ([lbalmaceda](https://github.com/lbalmaceda))
15+
- Proper migration for the new key sets was applied [\#512](https://github.com/auth0/Auth0.Android/pull/512) ([lbalmaceda](https://github.com/lbalmaceda))
16+
- Always close request body InputStream when exception occurs [\#492](https://github.com/auth0/Auth0.Android/pull/492) ([Marcono1234](https://github.com/Marcono1234))
17+
318
## [2.4.0](https://github.com/auth0/Auth0.Android/tree/2.4.0) (2021-07-20)
419
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.3.0...2.4.0)
520

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.4.0'
38+
implementation 'com.auth0.android:auth0:2.5.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)