From 4539a794651c5adb8802f27af66f509119f97166 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Fri, 3 Jul 2026 15:57:05 +0530 Subject: [PATCH] Release 3.10.0 --- .version | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.version b/.version index a5c4c763..30291cba 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.9.0 +3.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d40f30c6..0c058de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [3.10.0](https://github.com/auth0/auth0-java/tree/3.10.0) (2026-07-03) +[Full Changelog](https://github.com/auth0/auth0-java/compare/3.9.0...3.10.0) + +**Added** +- chore: Add Auth Client tests [\#890](https://github.com/auth0/auth0-java/pull/890) ([tanya732](https://github.com/tanya732)) +- feat: Add Custom Token Exchange Support [\#889](https://github.com/auth0/auth0-java/pull/889) ([tanya732](https://github.com/tanya732)) + ## [3.9.0](https://github.com/auth0/auth0-java/tree/3.9.0) (2026-06-24) [Full Changelog](https://github.com/auth0/auth0-java/compare/3.8.0...3.9.0) diff --git a/README.md b/README.md index bae619c1..8f24453e 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.9.0 + 3.10.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.9.0' +implementation 'com.auth0:auth0:3.10.0' ``` ### Configure the SDK