diff --git a/.version b/.version index f48f82fa2..e9763f6bf 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.22.0 +2.23.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e05966b..d5bddaf73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 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 5fbc3df5a..c281cb2ba 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.22.0 + 2.23.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.22.0' +implementation 'com.auth0:auth0:2.23.0' ``` ### Configure the SDK