diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c52e9d2..b4564736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.6.0](https://github.com/auth0/Auth0.Android/tree/2.6.0) (2021-12-07) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/2.5.1...2.6.0) + +**Changed** +- Improve authenticated flow of the Credentials Manager [\#519](https://github.com/auth0/Auth0.Android/pull/519) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [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) diff --git a/README.md b/README.md index 14dc991d..7bb07ed2 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.1' + implementation 'com.auth0.android:auth0:2.6.0' } ```