From 43a00cb23caf2679de9f5ae8b11f9fd1da32bced Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Mon, 27 Jul 2020 10:50:59 -0300 Subject: [PATCH] Release 1.20.0 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43288495..fc72d4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.20.0](https://github.com/auth0/auth0-java/tree/1.20.0) (2020-07-27) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.19.0...1.20.0) + +**Added** +- Add missing Linking User Accounts endpoint [\#270](https://github.com/auth0/auth0-java/pull/270) ([cschwalm](https://github.com/cschwalm)) + +**Fixed** +- Fix and document thread-safety [\#272](https://github.com/auth0/auth0-java/pull/272) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [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) diff --git a/README.md b/README.md index 16ae76b4..70f31f9f 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.19.0 + 1.20.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.19.0' +implementation 'com.auth0:auth0:1.20.0' ```