diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e9cef9e..0c5fc0dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.20.1](https://github.com/auth0/Auth0.Android/tree/1.20.1) (2020-01-10) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.20.0...1.20.1) + +**Changed** +- Update OSS Gradle plugin version [\#275](https://github.com/auth0/Auth0.Android/pull/275) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Removed** +- Remove issued_at value check [\#274](https://github.com/auth0/Auth0.Android/pull/274) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.20.0](https://github.com/auth0/Auth0.Android/tree/1.20.0) (2019-12-23) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.19.1...1.20.0) diff --git a/README.md b/README.md index 5a8c8c50c..d2bc95e0c 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.20.0' + implementation 'com.auth0.android:auth0:1.20.1' } ```