From e8eaf2deb0325a3e325050a66323c6dc52edda43 Mon Sep 17 00:00:00 2001 From: Tanya Sinha Date: Tue, 5 Aug 2025 12:50:02 +0530 Subject: [PATCH] Revert "Release 2.23.0 (#734)" This reverts commit d19d1864777d0e20778004642bfa81d87426f43b. --- .version | 2 +- CHANGELOG.md | 9 --------- README.md | 4 ++-- 3 files changed, 3 insertions(+), 12 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 d5bddaf73..e5e05966b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,5 @@ # Change Log -## [2.23.0](https://github.com/auth0/auth0-java/tree/2.23.0) (2025-07-21) -[Full Changelog](https://github.com/auth0/auth0-java/compare/2.22.0...2.23.0) - -**Added** -- Added organization support for Change Password [\#726](https://github.com/auth0/auth0-java/pull/726) ([tanya732](https://github.com/tanya732)) - -**Fixed** -- 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