From f244a495bccd9ee34a1409ffd660aad822cc04f6 Mon Sep 17 00:00:00 2001 From: Tanya Sinha Date: Tue, 5 Aug 2025 13:57:18 +0530 Subject: [PATCH] Revert "Release 2.23.0 (#740)" This reverts commit 3458134b49abd275a961e7f57dd003914eea40f3. --- .version | 2 +- CHANGELOG.md | 8 -------- README.md | 4 ++-- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.version b/.version index e9763f6bf..f48f82fa2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.23.0 +2.22.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea605b61..e5e05966b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,5 @@ # Change Log -## [2.23.0](https://github.com/auth0/auth0-java/tree/2.23.0) (2025-08-05) -[Full Changelog](https://github.com/auth0/auth0-java/compare/2.22.0...2.23.0) - -**Added** -- Added support for Tenant ACL [\#723](https://github.com/auth0/auth0-java/pull/723) ([tanya732](https://github.com/tanya732)) -- Added organization support for Change Password [\#726](https://github.com/auth0/auth0-java/pull/726) ([tanya732](https://github.com/tanya732)) -- Fix: Resource Server Scopes [\#725](https://github.com/auth0/auth0-java/pull/725) ([tanya732](https://github.com/tanya732)) - ## [2.22.0](https://github.com/auth0/auth0-java/tree/2.22.0) (2025-06-20) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.21.0...2.22.0) diff --git a/README.md b/README.md index c281cb2ba..5fbc3df5a 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.23.0 + 2.22.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.23.0' +implementation 'com.auth0:auth0:2.22.0' ``` ### Configure the SDK