From 13cded1592a2664a94b2b121c33de16ba1c5c980 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Tue, 3 Dec 2024 15:15:18 +0530 Subject: [PATCH] Release 2.16.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 68e69e40..75249069 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.15.0 +2.16.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a0c057..7c35b759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [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) + +**Added** +- Added support for custom prompts [\#680](https://github.com/auth0/auth0-java/pull/680) ([tanya732](https://github.com/tanya732)) +- Added phone number identifier in signup Auth API [\#679](https://github.com/auth0/auth0-java/pull/679) ([tanya732](https://github.com/tanya732)) +- Added is_signup_enabled field to OrganizationConnection [\#677](https://github.com/auth0/auth0-java/pull/677) ([tanya732](https://github.com/tanya732)) + ## [2.15.0](https://github.com/auth0/auth0-java/tree/2.15.0) (2024-10-31) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.14.0...2.15.0) diff --git a/README.md b/README.md index adecd2b9..8c043f84 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.15.0 + 2.16.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.15.0' +implementation 'com.auth0:auth0:2.16.0' ``` ### Configure the SDK