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