Skip to content

Commit 178e6cf

Browse files
committed
Merge branch 'master' into telemetry-updates
2 parents 503ab25 + 7b93e76 commit 178e6cf

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.version

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

CHANGELOG.md

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

3+
## [3.2.0](https://github.com/auth0/auth0-java/tree/3.2.0) (2026-02-11)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/3.1.0...3.2.0)
5+
6+
**Added**
7+
- Feat: Update shields field to enum in Patch Request payload and enabled_locales to enum in Update TenantSetting payload and Add pagination for Action Module Versions [\#825](https://github.com/auth0/auth0-java/pull/825) ([fern-api[bot]](https://github.com/apps/fern-api))
8+
39
## [3.1.0](https://github.com/auth0/auth0-java/tree/3.1.0) (2026-01-30)
410
[Full Changelog](https://github.com/auth0/auth0-java/compare/3.0.0...3.1.0)
511

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
> As part of our ongoing commitment to best security practices, we have rotated the signing keys used to sign previous releases of this SDK. As a result, new patch builds have been released using the new signing key. Please upgrade at your earliest convenience.
33
>
44
> While this change won't affect most developers, if you have implemented a dependency signature validation step in your build process, you may notice a warning that past releases can't be verified. This is expected, and a result of the key rotation process. Updating to the latest version will resolve this for you.
5+
>
6+
> We are improving our API specs which introduces minor breaking changes.
57
68
![A Java client library for the Auth0 Authentication and Management APIs.](https://cdn.auth0.com/website/sdks/banners/auth0-java-banner.png)
79

@@ -35,14 +37,14 @@ Add the dependency via Maven:
3537
<dependency>
3638
<groupId>com.auth0</groupId>
3739
<artifactId>auth0</artifactId>
38-
<version>3.1.0</version>
40+
<version>3.2.0</version>
3941
</dependency>
4042
```
4143

4244
or Gradle:
4345

4446
```gradle
45-
implementation 'com.auth0:auth0:3.1.0'
47+
implementation 'com.auth0:auth0:3.2.0'
4648
```
4749

4850
### Configure the SDK

0 commit comments

Comments
 (0)