Skip to content

Commit

Permalink
Release 7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jun 4, 2024
1 parent 09f993c commit 57b4aeb
Show file tree
Hide file tree
Showing 3 changed files with 20 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.15.0
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog

## [7.13.0](https://github.com/auth0/laravel-auth0/tree/7.12.0) (2024-03-11)
## [7.15.0](https://github.com/auth0/laravel-auth0/tree/7.15.0) (2024-06-03)

[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.14.0...7.15.0)

**Changed**

- perf: Update getCredential to only refresh credential once per request [\#453](https://github.com/auth0/laravel-auth0/pull/453) ([ComputerTinker](https://github.com/ComputerTinker))

## [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 (samuelhgf)
- chore(deps): replace temporary psalm-laravel-plugin fork with official #448 (alies-dev)

## [7.13.0](https://github.com/auth0/laravel-auth0/tree/7.13.0) (2024-03-11)

[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.12.0...7.13.0)

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.15.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 57b4aeb

Please sign in to comment.