From 3acf0f4d847f355eada5ac3f3336b175238c8ef1 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Fri, 15 Nov 2024 16:38:53 +0530 Subject: [PATCH] Release 8.13.0 (#784) Added - https://github.com/auth0/auth0-PHP/pull/782 ([kishore7snehil](https://github.com/kishore7snehil)) - https://github.com/auth0/auth0-PHP/pull/783 ([kishore7snehil](https://github.com/kishore7snehil)) Fixed - Adjusted link typo on codeExchange method to the right url ([#782](https://github.com/auth0/auth0-PHP/pull/782)) ([GabrielBrittoDev](https://github.com/GabrielBrittoDev)) --- .version | 2 +- CHANGELOG.md | 12 ++++++++++++ src/Auth0.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.version b/.version index e51b3430..35de8148 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.12.0 +8.13.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 945c0449..9c567f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [8.13.0](https://github.com/auth0/auth0-PHP/tree/8.13.0) (2024-11-15) +[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.12.0...8.13.0) + +**Added** +- feat: Adding Support For BYOK [\#782](https://github.com/auth0/auth0-PHP/pull/782) ([kishore7snehil](https://github.com/kishore7snehil)) + +- feat: Validation Test Case For Show as Button Parameter [\#783](https://github.com/auth0/auth0-PHP/pull/783) ([kishore7snehil](https://github.com/kishore7snehil)) + +**Fixed** + +- docs: Adjusted link typo on codeExchange method to the right url [\#782](https://github.com/auth0/auth0-PHP/pull/782) ([GabrielBrittoDev](https://github.com/GabrielBrittoDev)) + ## [8.12.0](https://github.com/auth0/auth0-PHP/tree/8.12.0) (2024-11-05) [Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.11.1...8.12.0) diff --git a/src/Auth0.php b/src/Auth0.php index d26e1848..23afa729 100644 --- a/src/Auth0.php +++ b/src/Auth0.php @@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface /** * @var string */ - public const VERSION = '8.12.0'; + public const VERSION = '8.13.0'; /** * Authentication Client.