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