diff --git a/.version b/.version index d76bd2ba..cf869073 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.17.0 +2.18.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dec9f54..75292211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [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) + +**Added** +- Added missing fields in LogEventClass [\#698](https://github.com/auth0/auth0-java/pull/698) ([tanya732](https://github.com/tanya732)) +- Added support for revoke session endpoint [\#699](https://github.com/auth0/auth0-java/pull/699) ([tanya732](https://github.com/tanya732)) +- Added Connection's SCIM Server Support [\#696](https://github.com/auth0/auth0-java/pull/696) ([tanya732](https://github.com/tanya732)) + ## [2.17.0](https://github.com/auth0/auth0-java/tree/2.17.0) (2025-01-10) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.16.0...2.17.0) diff --git a/README.md b/README.md index a40aefaf..4fac08cd 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.17.0 + 2.18.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.17.0' +implementation 'com.auth0:auth0:2.18.0' ``` ### Configure the SDK