diff --git a/.version b/.version index 831446cb..0062ac97 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.1.0 +5.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1479d634..e447cd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ # 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 9b931adb..f97689fd 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,14 @@ Add the dependency via Maven: com.auth0 auth0 - 5.1.0 + 5.0.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:5.1.0' +implementation 'com.auth0:auth0:5.0.0' ``` ### Configure the SDK