From b7569c6932a6777a1dbf1ceab8529cadab6b467a Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Fri, 5 Jun 2020 11:26:08 -0300 Subject: [PATCH] Release 1.19.0 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c05260..43288495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.19.0](https://github.com/auth0/auth0-java/tree/1.19.0) (2020-06-05) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.18.0...1.19.0) + +**Added** +- Add display_name property to Connection [\#267](https://github.com/auth0/auth0-java/pull/267) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add support for java Proxy with basic auth [\#266](https://github.com/auth0/auth0-java/pull/266) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.18.0](https://github.com/auth0/auth0-java/tree/1.18.0) (2020-05-29) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.17.0...1.18.0) diff --git a/README.md b/README.md index 3ad33859..56f33a0b 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.18.0 + 1.19.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.18.0' +implementation 'com.auth0:auth0:1.19.0' ```