From 9e1a78e73e1fce40d7e6746ea595e6cbdfe3031b Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 8 Jan 2025 16:18:25 +0530 Subject: [PATCH] Release 2.17.0 --- .version | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 75249069..d76bd2ba 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.16.0 +2.17.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c35b759..7007e1dd 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 8c043f84..a40aefaf 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