Skip to content

Commit 2e51e05

Browse files
authored
Release 4.0.0 (#902)
1 parent ec28244 commit 2e51e05

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.0
1+
4.0.0

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/auth0/auth0-java/tree/4.0.0) (2026-07-15)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/3.10.0...4.0.0)
5+
6+
**Added**
7+
- feat: add MIGRATION_GUIDE [\#900](https://github.com/auth0/auth0-java/pull/900) ([tanya732](https://github.com/tanya732))
8+
- 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))
9+
- 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))
10+
- chore: update jackson version [\#898](https://github.com/auth0/auth0-java/pull/898) ([tanya732](https://github.com/tanya732))
11+
- 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))
12+
313
## [3.10.0](https://github.com/auth0/auth0-java/tree/3.10.0) (2026-07-03)
414
[Full Changelog](https://github.com/auth0/auth0-java/compare/3.9.0...3.10.0)
515

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Add the dependency via Maven:
4040
<dependency>
4141
<groupId>com.auth0</groupId>
4242
<artifactId>auth0</artifactId>
43-
<version>3.10.0</version>
43+
<version>4.0.0</version>
4444
</dependency>
4545
```
4646

4747
or Gradle:
4848

4949
```gradle
50-
implementation 'com.auth0:auth0:3.10.0'
50+
implementation 'com.auth0:auth0:4.0.0'
5151
```
5252

5353
### Configure the SDK

0 commit comments

Comments
 (0)