diff --git a/.version b/.version index 7c69a55d..19811903 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.7.0 +3.8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cda58ca..6283b6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [3.8.0](https://github.com/auth0/auth0-java/tree/3.8.0) (2026-06-10) +[Full Changelog](https://github.com/auth0/auth0-java/compare/3.7.0...3.8.0) + +**Added** +- feat: Add tenant security headers (CSP/XSS) and update Branding/PhoneTemplate models [\#875](https://github.com/auth0/auth0-java/pull/875) ([fern-api[bot]](https://github.com/apps/fern-api)) +- Chore: Add pagination metadata access in Examples [\#873](https://github.com/auth0/auth0-java/pull/873) ([tanya732](https://github.com/tanya732)) + ## [3.7.0](https://github.com/auth0/auth0-java/tree/3.7.0) (2026-05-28) [Full Changelog](https://github.com/auth0/auth0-java/compare/3.6.0...3.7.0) diff --git a/README.md b/README.md index a0d00ac4..d2bedf53 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.7.0 + 3.8.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.7.0' +implementation 'com.auth0:auth0:3.8.0' ``` ### Configure the SDK