From fc3b3f364a8d14926b26020f558b30a7fd97dd21 Mon Sep 17 00:00:00 2001 From: tanya-sinha_atko Date: Wed, 16 Oct 2024 15:28:52 +0530 Subject: [PATCH] Release 2.14.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.version b/.version index fb2c0766..edcfe40d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.13.0 +2.14.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a6f400..ff8707a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [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) + +**Added** +- SDKs support for Control Your Own Key [\#671](https://github.com/auth0/auth0-java/pull/671) ([tanya732](https://github.com/tanya732)) +- Added client credentials changes [\#670](https://github.com/auth0/auth0-java/pull/670) ([tanya732](https://github.com/tanya732)) +- Added support for HRI phase 2 changes [\#668](https://github.com/auth0/auth0-java/pull/668) ([tanya732](https://github.com/tanya732)) + ## [2.13.0](https://github.com/auth0/auth0-java/tree/2.13.0) (2024-09-11) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.12.0...2.13.0) diff --git a/README.md b/README.md index dc686268..9528b907 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.13.0 + 2.14.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.13.0' +implementation 'com.auth0:auth0:2.14.0' ``` ### Configure the SDK