From 7376390f6eaa0af626e1379dc5066e96455dbf4c Mon Sep 17 00:00:00 2001 From: tanya732 Date: Fri, 24 Oct 2025 19:54:49 +0530 Subject: [PATCH] Release 2.26.0 --- .version | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 5c18f9195..7a25c70f9 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.25.0 +2.26.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9041ab61c..7664dcff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 a0909fa77..336f2f02a 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.25.0 + 2.26.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.25.0' +implementation 'com.auth0:auth0:2.26.0' ``` ### Configure the SDK