From a398eed926826e644f5c26314a4464ed6bcc7bdc Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 30 Apr 2026 11:31:39 +0530 Subject: [PATCH] Release 3.5.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 18091983..1545d966 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.4.0 +3.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e2d075..e02a82b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [3.5.0](https://github.com/auth0/auth0-java/tree/3.5.0) (2026-04-30) +[Full Changelog](https://github.com/auth0/auth0-java/compare/3.4.0...3.5.0) + +**Added** +- feat: Add SSE events API, refresh token revocation, branding identifiers, and connection options [\#860](https://github.com/auth0/auth0-java/pull/860) ([fern-api[bot]](https://github.com/apps/fern-api)) +- Add logging support and SDK regeneration — April 22, 2026 [\#858](https://github.com/auth0/auth0-java/pull/858) ([fern-api[bot]](https://github.com/apps/fern-api)) +- Feat: Add Support for Synchronized Groups for a Connection Directory Provisioning Configuration and Self-Service Domain Verification and Organizations Discovery [\#857](https://github.com/auth0/auth0-java/pull/857) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [3.4.0](https://github.com/auth0/auth0-java/tree/3.4.0) (2026-04-09) [Full Changelog](https://github.com/auth0/auth0-java/compare/3.3.0...3.4.0) diff --git a/README.md b/README.md index 9d71d02a..8477084c 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.4.0 + 3.5.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.4.0' +implementation 'com.auth0:auth0:3.5.0' ``` ### Configure the SDK