diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d863b175..2dfcae171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.11.0](https://github.com/auth0/Auth0.Android/tree/1.11.0) (2017-10-17) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.10.1...1.11.0) + +**Added** +- Add an encrypted version of the CredentialsManager [\#115](https://github.com/auth0/Auth0.Android/pull/115) ([lbalmaceda](https://github.com/lbalmaceda)) +- Allow Custom Tabs UI to be customizable [\#111](https://github.com/auth0/Auth0.Android/pull/111) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Changed** +- Make Credential Managers save the refreshed value [\#118](https://github.com/auth0/Auth0.Android/pull/118) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [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) diff --git a/README.md b/README.md index 008557c1d..b5d3b3e1d 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.1' + compile 'com.auth0.android:auth0:1.11.0' } ```