From b48fe4a9222730d1d30262c5c53f034011a73c46 Mon Sep 17 00:00:00 2001 From: James Anderson Date: Tue, 7 Dec 2021 08:43:06 -0600 Subject: [PATCH] Release 2.6.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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' } ```