diff --git a/.version b/.version index 1545d966..d5c0c991 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.5.0 +3.5.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e02a82b4..14ed7f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.5.1](https://github.com/auth0/auth0-java/tree/3.5.1) (2026-05-15) +[Full Changelog](https://github.com/auth0/auth0-java/compare/3.5.0...3.5.1) + +**Added** +- Chore: Add Automatic-Module-Name to JAR manifest [\#864](https://github.com/auth0/auth0-java/pull/864) ([tanya732](https://github.com/tanya732)) + ## [3.5.0](https://github.com/auth0/auth0-java/tree/3.5.0) (2026-04-30) [Full Changelog](https://github.com/auth0/auth0-java/compare/3.4.0...3.5.0) diff --git a/README.md b/README.md index 8477084c..4c0742cd 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.5.0 + 3.5.1 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.5.0' +implementation 'com.auth0:auth0:3.5.1' ``` ### Configure the SDK