diff --git a/.version b/.version index 19811903..a5c4c763 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.8.0 +3.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6283b6af..d40f30c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.9.0](https://github.com/auth0/auth0-java/tree/3.9.0) (2026-06-24) +[Full Changelog](https://github.com/auth0/auth0-java/compare/3.8.0...3.9.0) + +**Added** +- feat: FedCM, Native Social Login, Connection Options support [\#883](https://github.com/auth0/auth0-java/pull/883) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [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) diff --git a/README.md b/README.md index d2bedf53..bae619c1 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ Add the dependency via Maven: com.auth0 auth0 - 3.8.0 + 3.9.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:3.8.0' +implementation 'com.auth0:auth0:3.9.0' ``` ### Configure the SDK