Skip to content

Commit 7b93e76

Browse files
authored
Release 3.2.0 (#827)
1 parent de749ac commit 7b93e76

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ Add the dependency via Maven:
3737
<dependency>
3838
<groupId>com.auth0</groupId>
3939
<artifactId>auth0</artifactId>
40-
<version>3.1.0</version>
40+
<version>3.2.0</version>
4141
</dependency>
4242
```
4343

4444
or Gradle:
4545

4646
```gradle
47-
implementation 'com.auth0:auth0:3.1.0'
47+
implementation 'com.auth0:auth0:3.2.0'
4848
```
4949

5050
### Configure the SDK

0 commit comments

Comments
 (0)