diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff14aa6..ee91a4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.17.0](https://github.com/auth0/auth0-java/tree/1.17.0) (2020-05-22) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.16.0...1.17.0) + +**Added** +- Add missing property last_password_reset [\#256](https://github.com/auth0/auth0-java/pull/256) ([mario-moura-silva](https://github.com/mario-moura-silva)) +- Add missing "sources" property to the Permission [\#254](https://github.com/auth0/auth0-java/pull/254) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.16.0](https://github.com/auth0/auth0-java/tree/1.16.0) (2020-04-24) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.15.0...1.16.0) diff --git a/README.md b/README.md index 0dbe8a12..fef57d77 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.16.0 + 1.17.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.16.0' +implementation 'com.auth0:auth0:1.17.0' ```