From d7c2819e7d01640ad6163876630d83b5b13502a9 Mon Sep 17 00:00:00 2001 From: Tanya Sinha Date: Fri, 24 Oct 2025 18:46:37 +0530 Subject: [PATCH] Revert "Release 2.26.0 (#784)" This reverts commit 0a7dfc47fc225ee44e8e990bc3b2d7e2d5d99157. --- .version | 2 +- CHANGELOG.md | 7 ------- README.md | 4 ++-- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.version b/.version index 7a25c70f..5c18f919 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.26.0 +2.25.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7664dcff..9041ab61 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 336f2f02..a0909fa7 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