diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9046f68..ea7b4fff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Changed** +- Add a manifest placeholder for configuring the scheme [\#110](https://github.com/auth0/Auth0.Android/pull/110) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [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) diff --git a/README.md b/README.md index 8d0fdcaa1..84740cd10 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.9.0' + compile 'com.auth0.android:auth0:1.10.0' } ```