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..b9f6651f 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)) +- 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) [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