diff --git a/CHANGELOG.md b/CHANGELOG.md index c54c88105..7f6420c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.17.0](https://github.com/auth0/Auth0.Android/tree/1.17.0) (2019-06-28) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.16.0...1.17.0) + +**Added** +- Add WebAuth Logout feature [\#245](https://github.com/auth0/Auth0.Android/pull/245) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Deprecated** +- Deprecate WebAuthProvider.init() [\#247](https://github.com/auth0/Auth0.Android/pull/247) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.16.0](https://github.com/auth0/Auth0.Android/tree/1.16.0) (2019-06-18) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.15.2...1.16.0) diff --git a/README.md b/README.md index 57879f9be..6e53a4f08 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 { - implementation 'com.auth0.android:auth0:1.16.0' + implementation 'com.auth0.android:auth0:1.17.0' } ```