From df18b1b8a90adf699ef35e1dc6f53cc23a193f15 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 3 Sep 2026 12:32:03 +0530 Subject: [PATCH] Release 5.1.0 --- .version | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 0062ac97..831446cb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.0.0 +5.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e447cd31..f3ba47b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [5.1.0](https://github.com/auth0/auth0-java/tree/5.1.0) (2026-09-03) +[Full Changelog](https://github.com/auth0/auth0-java/compare/5.0.0...5.1.0) + +**Added** +- feat: add Organization Templates, B2B integration config, network ACL signatures & key deletion [\#922](https://github.com/auth0/auth0-java/pull/922) ([fern-api[bot]](https://github.com/apps/fern-api)) + - **Organization Templates** - new `OrganizationTemplatesClient` (and its async/raw variants) plus a per-organization `OrganizationTemplateClient`, letting you create and manage reusable organization + configuration templates. + - **B2B integration configuration** - new `B2BIntegrationConfiguration` type and integration-type enum, exposed on connection profiles for configuring partner/B2B integrations, including SCIM + provisioning (`ConnectionProfileProvisioningScim`, token scopes and tokens). + - **Network ACL signatures & key deletion** - additions to the Keys `NetworkAclsClient` (and async/raw variants) for network ACL signature operations and key deletion. + + ## [5.0.0](https://github.com/auth0/auth0-java/tree/5.0.0) (2026-08-19) [Full Changelog](https://github.com/auth0/auth0-java/compare/4.2.0...5.0.0) diff --git a/README.md b/README.md index f97689fd..9b931adb 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,14 @@ Add the dependency via Maven: com.auth0 auth0 - 5.0.0 + 5.1.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:5.0.0' +implementation 'com.auth0:auth0:5.1.0' ``` ### Configure the SDK