From 61c2b8e54c6075f23ce2db1ab9726ab002ff158c Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Thu, 5 Oct 2017 12:01:13 -0300 Subject: [PATCH] Release 1.10.1 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7b4fff3..9d863b175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.10.1](https://github.com/auth0/Auth0.Android/tree/1.10.1) (2017-10-05) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.10.0...1.10.1) + +**Fixed** +- Make CCT stay alive when activity is paused [\#121](https://github.com/auth0/Auth0.Android/pull/121) ([lbalmaceda](https://github.com/lbalmaceda)) +- Fix bug when canceling WebAuth flow [\#120](https://github.com/auth0/Auth0.Android/pull/120) ([lbalmaceda](https://github.com/lbalmaceda)) +- Capture invalid_credentials error for OIDC endpoints [\#114](https://github.com/auth0/Auth0.Android/pull/114) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.10.0](https://github.com/auth0/Auth0.Android/tree/1.10.0) (2017-07-19) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.9.0...1.10.0) diff --git a/README.md b/README.md index 84740cd10..5d2440a0b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it, ```gradle dependencies { - compile 'com.auth0.android:auth0:1.10.0' + compile 'com.auth0.android:auth0:1.10.1' } ```