From 060fe1a08324924c5b0454e51070f347dfba5c37 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 11 Mar 2026 12:50:33 +0530 Subject: [PATCH] Release 3.3.0 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 944880fa..15a27998 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.2.0 +3.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e008d76e..a982f447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [3.3.0](https://github.com/auth0/auth0-java/tree/3.3.0) (2026-03-11) +[Full Changelog](https://github.com/auth0/auth0-java/compare/3.2.0...3.3.0) + +**Added** +- Add connection keys create endpoint and auth0Managed field in NetworkAclMatch [\#837](https://github.com/auth0/auth0-java/pull/837) ([fern-api[bot]](https://github.com/apps/fern-api)) +- Added AdditionalProperties field in ConnectionOptions and method overloading with RequestOptions [\#831](https://github.com/auth0/auth0-java/pull/831) ([fern-api[bot]](https://github.com/apps/fern-api)) +- Patch: Fixed Readme links and added Examples [\#836](https://github.com/auth0/auth0-java/pull/836) ([tanya732](https://github.com/tanya732)) +- Feat: Added DPoP Support and Modified Connection Strategy [\#830](https://github.com/auth0/auth0-java/pull/830) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [3.2.0](https://github.com/auth0/auth0-java/tree/3.2.0) (2026-02-11) [Full Changelog](https://github.com/auth0/auth0-java/compare/3.1.0...3.2.0) diff --git a/README.md b/README.md index c8a9646f..02ea649e 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.2.0 + 3.3.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.2.0' +implementation 'com.auth0:auth0:3.3.0' ``` ### Configure the SDK