Skip to content

Commit 21609c7

Browse files
authored
Release 8.9.1 (#740)
**Fixed** - fix(SDK-4716): Resolve thrown exception when enumerating device cookies that include non-string keys/names [\#739](#739) ([evansims](https://github.com/evansims))
1 parent f919926 commit 21609c7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [8.9.1](https://github.com/auth0/auth0-PHP/tree/8.9.1) (2023-11-20)
4+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.9.0...8.9.1)
5+
6+
**Fixed**
7+
- fix(SDK-4716): Resolve thrown exception when enumerating device cookies that include non-string keys/names [\#739](https://github.com/auth0/auth0-PHP/pull/739) ([evansims](https://github.com/evansims))
8+
39
## [8.9.0](https://github.com/auth0/auth0-PHP/tree/8.9.0) (2023-11-13)
410
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.8.0...8.9.0)
511

Diff for: src/Auth0.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface
2121
/**
2222
* @var string
2323
*/
24-
public const VERSION = '8.9.0';
24+
public const VERSION = '8.9.1';
2525

2626
/**
2727
* Authentication Client.

0 commit comments

Comments
 (0)