From bc505cafbd6e28cf4e4166debd66f8b407d5bc22 Mon Sep 17 00:00:00 2001 From: Tanya Sinha Date: Tue, 5 Nov 2024 10:47:09 +0530 Subject: [PATCH] Release 2.15.0 (#675) --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.version b/.version index edcfe40d..68e69e40 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.14.0 +2.15.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8707a7..59a0c057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- Added support for byok [\#673](https://github.com/auth0/auth0-java/pull/673) ([tanya732](https://github.com/tanya732)) + ## [2.14.0](https://github.com/auth0/auth0-java/tree/2.14.0) (2024-10-16) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.13.0...2.14.0) diff --git a/README.md b/README.md index 9528b907..adecd2b9 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.14.0 + 2.15.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.14.0' +implementation 'com.auth0:auth0:2.15.0' ``` ### Configure the SDK