From 15e8f049ad0bf012577e903c6c04bb17f908e7c3 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Tue, 6 May 2025 10:56:37 +0530 Subject: [PATCH] Release 2.20.0 --- .version | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.version b/.version index ef0f38abe..7329e21c3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.19.0 +2.20.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e070f8fb6..4ba3565de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [2.20.0](https://github.com/auth0/auth0-java/tree/2.20.0) (2025-05-06) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.19.0...2.20.0) + +**Fixed** +- Fixed POST/PATCH connection endpoints [\#710](https://github.com/auth0/auth0-java/pull/710) ([tanya732](https://github.com/tanya732)) +- Fix log event [\#711](https://github.com/auth0/auth0-java/pull/711) ([tanya732](https://github.com/tanya732)) + ## [2.19.0](https://github.com/auth0/auth0-java/tree/2.19.0) (2025-03-28) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.18.0...2.19.0) diff --git a/README.md b/README.md index f69caca1e..f164c153a 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.19.0 + 2.20.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.19.0' +implementation 'com.auth0:auth0:2.20.0' ``` ### Configure the SDK