diff --git a/CHANGELOG.md b/CHANGELOG.md index 38bed51ff..21d3d17ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.7.0](https://github.com/auth0/Auth0.Android/tree/1.7.0) (2017-04-06) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.6.0...1.7.0) + +**Added** +- Add WebAuthProvider Rule error message parsing [\#89](https://github.com/auth0/Auth0.Android/pull/89) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.6.0](https://github.com/auth0/Auth0.Android/tree/1.6.0) (2017-03-02) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.5.0...1.6.0) diff --git a/README.md b/README.md index 52e99f349..b26939cab 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.6.0' + compile 'com.auth0.android:auth0:1.7.0' } ```