From 2d8a05c6f4176ddf8b0a2db5a4377f36bb2ce211 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 11 Feb 2026 19:15:36 +0530 Subject: [PATCH] Release 3.2.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.version b/.version index fd2a0186..944880fa 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.1.0 +3.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fa14aa..e008d76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- 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)) + ## [3.1.0](https://github.com/auth0/auth0-java/tree/3.1.0) (2026-01-30) [Full Changelog](https://github.com/auth0/auth0-java/compare/3.0.0...3.1.0) diff --git a/README.md b/README.md index 43498b2a..59581453 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.1.0 + 3.2.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.1.0' +implementation 'com.auth0:auth0:3.2.0' ``` ### Configure the SDK