From 289c4f5129167e1a256bd9e96c8c47db04378742 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 12 Nov 2019 11:55:06 -0300 Subject: [PATCH] Release 1.15.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20eb9099..045915e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.15.0](https://github.com/auth0/auth0-java/tree/1.15.0) (2019-11-12) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.14.3...1.15.0) + +**Changed** +- Allow to set the client is_first_party property [\#230](https://github.com/auth0/auth0-java/pull/230) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.14.3](https://github.com/auth0/auth0-java/tree/1.14.3) (2019-09-25) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.14.2...1.14.3) diff --git a/README.md b/README.md index 0f45f906..5d3e3439 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.14.3 + 1.15.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.14.3' +implementation 'com.auth0:auth0:1.15.0' ```