Skip to content

Commit 57b4aeb

Browse files
committed
Release 7.15.0
1 parent 09f993c commit 57b4aeb

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.13.0
1+
7.15.0

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

3-
## [7.13.0](https://github.com/auth0/laravel-auth0/tree/7.12.0) (2024-03-11)
3+
## [7.15.0](https://github.com/auth0/laravel-auth0/tree/7.15.0) (2024-06-03)
4+
5+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.14.0...7.15.0)
6+
7+
**Changed**
8+
9+
- perf: Update getCredential to only refresh credential once per request [\#453](https://github.com/auth0/laravel-auth0/pull/453) ([ComputerTinker](https://github.com/ComputerTinker))
10+
11+
## [7.14.0](https://github.com/auth0/laravel-auth0/tree/7.14.0) (2024-04-01)
12+
13+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.13.0...7.14.0)
14+
15+
**Changed**
16+
17+
- refactor: add additional Telescope state check #447 (samuelhgf)
18+
- chore(deps): replace temporary psalm-laravel-plugin fork with official #448 (alies-dev)
19+
20+
## [7.13.0](https://github.com/auth0/laravel-auth0/tree/7.13.0) (2024-03-11)
421

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

src/ServiceAbstract.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ abstract class ServiceAbstract extends InstanceEntityAbstract
2222
*
2323
* @var string
2424
*/
25-
public const VERSION = '7.13.0';
25+
public const VERSION = '7.15.0';
2626

2727
/**
2828
* 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.

0 commit comments

Comments
 (0)