Skip to content

Commit

Permalink
Release 7.14.0 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Apr 2, 2024
1 parent 09f993c commit 908ff13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.13.0
7.14.0
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/ServiceAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 908ff13

Please sign in to comment.