diff --git a/CHANGELOG.md b/CHANGELOG.md index e6acb2aef..5b6dc579a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Change Log + +## [1.0.1](https://github.com/auth0/Auth0.Android/tree/1.0.1) (2015-09-27) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.0.0...1.0.1) + +**Changed** +- Make AuthHandler callback protected again [\#27](https://github.com/auth0/Auth0.Android/pull/27) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.0.0](https://github.com/auth0/Auth0.Android/tree/1.0.0) (2015-09-15) Android java toolkit for Auth0 API diff --git a/README.md b/README.md index 684bb5777..963a2133d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it, ```gradle dependencies { - compile "com.auth0.android:auth0:1.0.0" + compile "com.auth0.android:auth0:1.0.1" } ```