From 66bee974eff8f40e9850508dbeb1f03ccca1584c Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 29 Jan 2026 19:29:18 +0530 Subject: [PATCH 1/2] Release 3.1.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 4a36342f..fd2a0186 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.0.0 +3.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 954aaab1..5fa3cab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [3.1.0](https://github.com/auth0/auth0-java/tree/3.1.0) (2026-01-29) +[Full Changelog](https://github.com/auth0/auth0-java/compare/3.0.0...3.1.0) + +**Added** +- Feat: Added Support for App Access Permission and Inbound User Directory GA [\#813](https://github.com/auth0/auth0-java/pull/813) ([fern-api[bot]](https://github.com/apps/fern-api)) +- :herb: Fern Regeneration -- January 13, 2026 [\#808](https://github.com/auth0/auth0-java/pull/808) ([fern-api[bot]](https://github.com/apps/fern-api)) +- Updated Readme [\#809](https://github.com/auth0/auth0-java/pull/809) ([tanya732](https://github.com/tanya732)) + ## [3.0.0](https://github.com/auth0/auth0-java/tree/3.0.0) (2026-01-09) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.27.0...3.0.0) diff --git a/README.md b/README.md index 2c609f6d..b1a3b431 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.0.0 + 3.1.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.0.0' +implementation 'com.auth0:auth0:3.1.0' ``` ### Configure the SDK From 06d0386ef76a6445c7059b698028aaad701bc442 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 29 Jan 2026 19:31:45 +0530 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa3cab0..b9f6651f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ **Added** - Feat: Added Support for App Access Permission and Inbound User Directory GA [\#813](https://github.com/auth0/auth0-java/pull/813) ([fern-api[bot]](https://github.com/apps/fern-api)) -- :herb: Fern Regeneration -- January 13, 2026 [\#808](https://github.com/auth0/auth0-java/pull/808) ([fern-api[bot]](https://github.com/apps/fern-api)) +- Feat: Added Self Service Organization Domain Java Support [\#808](https://github.com/auth0/auth0-java/pull/808) ([fern-api[bot]](https://github.com/apps/fern-api)) - Updated Readme [\#809](https://github.com/auth0/auth0-java/pull/809) ([tanya732](https://github.com/tanya732)) ## [3.0.0](https://github.com/auth0/auth0-java/tree/3.0.0) (2026-01-09)