From a8ef27564579c878b5da88bbe606964a6bbc0644 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 2 Jul 2019 11:32:04 -0300 Subject: [PATCH] Release 1.14.0 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f36b4a..5f512d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.14.0](https://github.com/auth0/auth0-java/tree/1.14.0) (2019-07-02) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.13.3...1.14.0) + +**Added** +- Add getter for DeviceCredentials client_id [\#215](https://github.com/auth0/auth0-java/pull/215) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add missing ResourceServer properties [\#214](https://github.com/auth0/auth0-java/pull/214) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.13.3](https://github.com/auth0/auth0-java/tree/1.13.3) (2019-05-22) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.13.2...1.13.3) diff --git a/README.md b/README.md index b274f016..357a24dc 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.13.3 + 1.14.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.13.3' +implementation 'com.auth0:auth0:1.14.0' ```