From d54cd90f0762d43daca537cd4ba4c1c881c4a8e1 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 15 Jul 2026 14:09:08 +0530 Subject: [PATCH] Release 4.0.0 --- .version | 2 +- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 30291cba2..fcdb2e109 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.10.0 +4.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b549e4f9e..e48ee533d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [4.0.0](https://github.com/auth0/auth0-java/tree/4.0.0) (2026-07-15) +[Full Changelog](https://github.com/auth0/auth0-java/compare/3.10.0...4.0.0) + +**Added** +- feat: add MIGRATION_GUIDE [\#900](https://github.com/auth0/auth0-java/pull/900) ([tanya732](https://github.com/tanya732)) +- feat: remove Federated Connections Tokensets, add per-request retries [\#899](https://github.com/auth0/auth0-java/pull/899) ([fern-api[bot]](https://github.com/apps/fern-api)) +- feat: add Organization Role Members, thirdPartyClientAccess, optional fields and contains breaking changes [\#893](https://github.com/auth0/auth0-java/pull/893) ([fern-api[bot]](https://github.com/apps/fern-api)) +- chore: update jackson version [\#898](https://github.com/auth0/auth0-java/pull/898) ([tanya732](https://github.com/tanya732)) +- feat: Add Token Vault support to the Authentication API [\#894](https://github.com/auth0/auth0-java/pull/894) ([kailash-b](https://github.com/kailash-b)) + ## [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) diff --git a/README.md b/README.md index 5b217127b..faa9c5f69 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.10.0 + 4.0.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.10.0' +implementation 'com.auth0:auth0:4.0.0' ``` ### Configure the SDK