From 9603db9ced3bd711b8c25f4ee8f7cf137d91ca6c Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Fri, 22 May 2020 12:44:17 -0300 Subject: [PATCH] Release 1.17.0 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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' ```