diff --git a/.version b/.version index cf8690732..ef0f38abe 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.18.0 +2.19.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 752922115..e070f8fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [2.19.0](https://github.com/auth0/auth0-java/tree/2.19.0) (2025-03-28) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.18.0...2.19.0) + +**Added** +- Added support for SSO-FF [\#702](https://github.com/auth0/auth0-java/pull/702) ([tanya732](https://github.com/tanya732)) +- Check point pagination support for get connection [\#704](https://github.com/auth0/auth0-java/pull/704) ([tanya732](https://github.com/tanya732)) + ## [2.18.0](https://github.com/auth0/auth0-java/tree/2.18.0) (2025-02-19) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.17.0...2.18.0) diff --git a/README.md b/README.md index 4fac08cd3..f69caca1e 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.18.0 + 2.19.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.18.0' +implementation 'com.auth0:auth0:2.19.0' ``` ### Configure the SDK