From 0f241ac4349332e5ccfd265ee609fb83e13efbc1 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 2 Sep 2026 19:51:35 +0530 Subject: [PATCH] Release 5.1.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 9 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..1479d634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [5.1.0](https://github.com/auth0/auth0-java/tree/5.1.0) (2026-09-02) +[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)) + ## [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