From a80163730605a4796f15e2ac4611e3e64d05159f Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 28 May 2026 19:05:09 +0530 Subject: [PATCH] Release 3.7.0 --- .version | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 40c341bd..7c69a55d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.6.0 +3.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f037517..6cda58ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [3.7.0](https://github.com/auth0/auth0-java/tree/3.7.0) (2026-05-28) +[Full Changelog](https://github.com/auth0/auth0-java/compare/3.6.0...3.7.0) + +**Added** +- Feat: Add User Effective Roles/Permissions, Organization Groups, Role Groups, and Tenant Country Codes [\#871](https://github.com/auth0/auth0-java/pull/871) ([fern-api[bot]](https://github.com/apps/fern-api)) +- Feat: Add support for Group Roles and Rate Limit Policies [\#870](https://github.com/auth0/auth0-java/pull/870) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [3.6.0](https://github.com/auth0/auth0-java/tree/3.6.0) (2026-05-22) [Full Changelog](https://github.com/auth0/auth0-java/compare/3.5.1...3.6.0) diff --git a/README.md b/README.md index 1574125c..a0d00ac4 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.6.0 + 3.7.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.6.0' +implementation 'com.auth0:auth0:3.7.0' ``` ### Configure the SDK