Skip to content

Commit

Permalink
Release 8.0.5 (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Jan 5, 2022
1 parent ec4e3ac commit 5350fb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [8.0.5](https://github.com/auth0/auth0-PHP/tree/8.0.4) (2022-01-04)

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

**Fixed**

- Auth0->exchange(): optimize setcookie() calls [#591](https://github.com/auth0/auth0-PHP/pull/591) ([Nebual](https://github.com/Nebual))

## [8.0.4](https://github.com/auth0/auth0-PHP/tree/8.0.4) (2021-12-13)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.3...8.0.4)
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
final class Auth0 implements Auth0Interface
{
public const VERSION = '8.0.4';
public const VERSION = '8.0.5';

/**
* Instance of SdkConfiguration, for shared configuration across classes.
Expand Down

0 comments on commit 5350fb9

Please sign in to comment.