diff --git a/.version b/.version index eb1dc6a..e465da4 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.13.0 +7.14.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index eda944c..ca69639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# Changelog +# Change Log + +## [7.14.0](https://github.com/auth0/laravel-auth0/tree/7.14.0) (2024-04-01) +[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.13.0...7.14.0) + +**Changed** +- refactor: add additional Telescope state check [\#447](https://github.com/auth0/laravel-auth0/pull/447) ([samuelhgf](https://github.com/samuelhgf)) +- chore(deps): replace temporary `psalm-laravel-plugin` fork with official [\#448](https://github.com/auth0/laravel-auth0/pull/448) ([alies-dev](https://github.com/alies-dev)) ## [7.13.0](https://github.com/auth0/laravel-auth0/tree/7.12.0) (2024-03-11) diff --git a/src/ServiceAbstract.php b/src/ServiceAbstract.php index 43e8e53..3d26205 100644 --- a/src/ServiceAbstract.php +++ b/src/ServiceAbstract.php @@ -22,7 +22,7 @@ abstract class ServiceAbstract extends InstanceEntityAbstract * * @var string */ - public const VERSION = '7.13.0'; + public const VERSION = '7.14.0'; /** * Decode a PSR-7 HTTP Response Message containing a JSON content body to a PHP array. Returns null if the response was not successful, or the response body was not JSON.