diff --git a/.version b/.version index 752490696..d76bd2ba3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.16.0 +2.17.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c35b7597..7007e1ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [2.17.0](https://github.com/auth0/auth0-java/tree/2.17.0) (2025-01-08) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.16.0...2.17.0) + +**Added** +- Added Support for Self-Service-Profile [\#683](https://github.com/auth0/auth0-java/pull/683) ([tanya732](https://github.com/tanya732)) +- Added support for Back Channel Login [\#682](https://github.com/auth0/auth0-java/pull/682) ([tanya732](https://github.com/tanya732)) + ## [2.16.0](https://github.com/auth0/auth0-java/tree/2.16.0) (2024-12-03) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.15.0...2.16.0) diff --git a/README.md b/README.md index 8c043f84e..a40aefaff 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.16.0 + 2.17.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.16.0' +implementation 'com.auth0:auth0:2.17.0' ``` ### Configure the SDK