Skip to content

Commit 6c997b9

Browse files
authored
Revert "Release 3.3.0 (#838)"
This reverts commit dd65fd6.
1 parent dd65fd6 commit 6c997b9

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.2.0

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# Change Log
22

3-
## [3.3.0](https://github.com/auth0/auth0-java/tree/3.3.0) (2026-03-11)
4-
[Full Changelog](https://github.com/auth0/auth0-java/compare/3.2.0...3.3.0)
5-
6-
**Added**
7-
- 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))
8-
- 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))
9-
- Patch: Fixed Readme links and added Examples [\#836](https://github.com/auth0/auth0-java/pull/836) ([tanya732](https://github.com/tanya732))
10-
- 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))
11-
123
## [3.2.0](https://github.com/auth0/auth0-java/tree/3.2.0) (2026-02-11)
134
[Full Changelog](https://github.com/auth0/auth0-java/compare/3.1.0...3.2.0)
145

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Add the dependency via Maven:
3838
<dependency>
3939
<groupId>com.auth0</groupId>
4040
<artifactId>auth0</artifactId>
41-
<version>3.3.0</version>
41+
<version>3.2.0</version>
4242
</dependency>
4343
```
4444

4545
or Gradle:
4646

4747
```gradle
48-
implementation 'com.auth0:auth0:3.3.0'
48+
implementation 'com.auth0:auth0:3.2.0'
4949
```
5050

5151
### Configure the SDK

0 commit comments

Comments
 (0)