Skip to content

Commit 848c702

Browse files
authored
Release 8.3.1 (#651)
1 parent 9d011ac commit 848c702

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [8.3.1](https://github.com/auth0/auth0-PHP/tree/8.3.1) (2022-09-24)
4+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.0...8.3.1)
5+
6+
**Changed**
7+
- [SDK-3647] Add PHP 8.2.0-dev to test matrix [\#650](https://github.com/auth0/auth0-PHP/pull/650) ([evansims](https://github.com/evansims))
8+
9+
**Fixed**
10+
- [SDK-3646] Reliability and performance improvements to CookieStore [\#649](https://github.com/auth0/auth0-PHP/pull/649) ([evansims](https://github.com/evansims))
11+
312
## [8.3.0](https://github.com/auth0/auth0-PHP/tree/8.3.0) (2022-09-22)
413
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.2.1...8.3.0)
514

src/Auth0.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
final class Auth0 implements Auth0Interface
2424
{
25-
public const VERSION = '8.3.0';
25+
public const VERSION = '8.3.1';
2626

2727
/**
2828
* Instance of SdkConfiguration, for shared configuration across classes.

0 commit comments

Comments
 (0)