From 6c997b93d9de27dd2ffa668db1f1c6bd63c7bc58 Mon Sep 17 00:00:00 2001 From: Tanya Sinha Date: Wed, 11 Mar 2026 13:33:02 +0530 Subject: [PATCH] Revert "Release 3.3.0 (#838)" This reverts commit dd65fd6150948762b8350fe0863481cd22e69e23. --- .version | 2 +- CHANGELOG.md | 9 --------- README.md | 4 ++-- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.version b/.version index 15a27998..944880fa 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.3.0 +3.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index a982f447..e008d76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,5 @@ # 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 02ea649e..c8a9646f 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.3.0 + 3.2.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.3.0' +implementation 'com.auth0:auth0:3.2.0' ``` ### Configure the SDK