From 8e5973880ce4785c2b5d3829230c7d52974c292d Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Mon, 10 Jul 2017 14:31:56 -0300 Subject: [PATCH] Release 1.9.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867527e49..3a9046f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.9.0](https://github.com/auth0/Auth0.Android/tree/1.9.0) (2017-07-10) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.8.0...1.9.0) + +**Added** +- Add hasValidCredentials and clearCredentials to CredentialsManager [\#102](https://github.com/auth0/Auth0.Android/pull/102) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add granted scope to the Credentials object [\#97](https://github.com/auth0/Auth0.Android/pull/97) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add CredentialsManager and generic Storage [\#96](https://github.com/auth0/Auth0.Android/pull/96) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Changed** +- Use Chrome Custom Tabs when possible [\#95](https://github.com/auth0/Auth0.Android/pull/95) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.8.0](https://github.com/auth0/Auth0.Android/tree/1.8.0) (2017-04-27) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.7.0...1.8.0) diff --git a/README.md b/README.md index 3804c5f87..1569f3ac4 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.8.0' + compile 'com.auth0.android:auth0:1.9.0' } ```