Skip to content

Commit 5350fb9

Browse files
authored
Release 8.0.5 (#592)
1 parent ec4e3ac commit 5350fb9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

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+
311
## [8.0.4](https://github.com/auth0/auth0-PHP/tree/8.0.4) (2021-12-13)
412

513
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.3...8.0.4)

src/Auth0.php

Lines changed: 1 addition & 1 deletion
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.0.4';
25+
public const VERSION = '8.0.5';
2626

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

0 commit comments

Comments
 (0)