Skip to content

Commit a8efbb8

Browse files
authored
Release 8.9.0 (#737)
1 parent 9a01566 commit a8efbb8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Changelog
1+
# Change Log
2+
3+
## [8.9.0](https://github.com/auth0/auth0-PHP/tree/8.9.0) (2023-11-13)
4+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.8.0...8.9.0)
5+
6+
**Added**
7+
- feat(SDK-4543): Support Organizations with Client Grants [\#736](https://github.com/auth0/auth0-PHP/pull/736) ([evansims](https://github.com/evansims))
28

39
## [8.8.0](https://github.com/auth0/auth0-PHP/tree/8.8.0) - 2023-10-18
410

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.8.0';
24+
public const VERSION = '8.9.0';
2525

2626
/**
2727
* Authentication Client.

0 commit comments

Comments
 (0)