diff --git a/CHANGELOG.md b/CHANGELOG.md index ef29d96d..9c52e9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.5.1](https://github.com/auth0/Auth0.Android/tree/2.5.1) (2021-11-08) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.5.0...2.5.1) + +**Security** +- Bump GSON dependency to 2.8.9 [\#526](https://github.com/auth0/Auth0.Android/pull/526) ([evansims](https://github.com/evansims)) + ## [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) diff --git a/README.md b/README.md index 967ce45d..4ae90d8a 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.5.0' + implementation 'com.auth0.android:auth0:2.5.1' } ```