diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d73944..ef29d96d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 374e3251..967ce45d 100644 --- a/README.md +++ b/README.md @@ -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' } ```