From 191114d636c7900bf574c9869ce288c4190eb769 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Fri, 30 May 2025 13:01:56 +0530 Subject: [PATCH] Release 2.21.0 --- .version | 2 +- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 7329e21c3..db65e2167 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.20.0 +2.21.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba3565de..3fc77a81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [2.21.0](https://github.com/auth0/auth0-java/tree/2.21.0) (2025-05-30) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.20.0...2.21.0) + +**Added** +- SDK Limit M2M Java Support [\#708](https://github.com/auth0/auth0-java/pull/708) ([tanya732](https://github.com/tanya732)) +- Added support for GET/PATCH Connection Endpoints [\#718](https://github.com/auth0/auth0-java/pull/718) ([tanya732](https://github.com/tanya732)) +- Added support for EmailTemplate [\#720](https://github.com/auth0/auth0-java/pull/720) ([tanya732](https://github.com/tanya732)) + +**Fixed** +- Updated EnabledConnection [\#719](https://github.com/auth0/auth0-java/pull/719) ([tanya732](https://github.com/tanya732)) + ## [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) diff --git a/README.md b/README.md index f164c153a..fd16402b0 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.20.0 + 2.21.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.20.0' +implementation 'com.auth0:auth0:2.21.0' ``` ### Configure the SDK