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