File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 8.0.5] ( https://github.com/auth0/auth0-PHP/tree/8.0.4 ) (2022-01-04)
4
+
5
+ [ Full Changelog] ( https://github.com/auth0/auth0-PHP/compare/8.0.4..8.0.5 )
6
+
7
+ ** Fixed**
8
+
9
+ - Auth0->exchange(): optimize setcookie() calls [ #591 ] ( https://github.com/auth0/auth0-PHP/pull/591 ) ([ Nebual] ( https://github.com/Nebual ) )
10
+
3
11
## [ 8.0.4] ( https://github.com/auth0/auth0-PHP/tree/8.0.4 ) (2021-12-13)
4
12
5
13
[ Full Changelog] ( https://github.com/auth0/auth0-PHP/compare/8.0.3...8.0.4 )
Original file line number Diff line number Diff line change 22
22
*/
23
23
final class Auth0 implements Auth0Interface
24
24
{
25
- public const VERSION = '8.0.4 ' ;
25
+ public const VERSION = '8.0.5 ' ;
26
26
27
27
/**
28
28
* Instance of SdkConfiguration, for shared configuration across classes.
You can’t perform that action at this time.
0 commit comments