diff --git a/.version b/.version index 7a25c70f9..5c18f9195 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.26.0 +2.25.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7664dcff5..9041ab61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,5 @@ # Change Log -## [2.26.0](https://github.com/auth0/auth0-java/tree/2.26.0) (2025-10-24) -[Full Changelog](https://github.com/auth0/auth0-java/compare/2.25.0...2.26.0) - -**Added** -- Adenix/client is token endpoint id header trusted [\#782](https://github.com/auth0/auth0-java/pull/782) ([tanya732](https://github.com/tanya732)) -- Feat: add constructor to set clientId on Client creation [\#781](https://github.com/auth0/auth0-java/pull/781) ([tanya732](https://github.com/tanya732)) - ## [2.25.0](https://github.com/auth0/auth0-java/tree/2.25.0) (2025-09-30) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.24.0...2.25.0) diff --git a/README.md b/README.md index 336f2f02a..a0909fa77 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.26.0 + 2.25.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.26.0' +implementation 'com.auth0:auth0:2.25.0' ``` ### Configure the SDK