diff --git a/.version b/.version index e9763f6bf..ad2261920 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.23.0 +2.24.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea605b61..01326409d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [2.24.0](https://github.com/auth0/auth0-java/tree/2.24.0) (2025-08-22) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.23.0...2.24.0) + +**Added** +- Update Readme and Examples [\#752](https://github.com/auth0/auth0-java/pull/752) ([tanya732](https://github.com/tanya732)) +- Customize management api token provider [\#748](https://github.com/auth0/auth0-java/pull/748) ([tanya732](https://github.com/tanya732)) +- Joaosoumoreira/add method to enroll email mfa [\#744](https://github.com/auth0/auth0-java/pull/744) ([tanya732](https://github.com/tanya732)) + ## [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) diff --git a/README.md b/README.md index 9b3cfaf42..9449d347d 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.23.0 + 2.24.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.23.0' +implementation 'com.auth0:auth0:2.24.0' ``` ### Configure the SDK