Skip to content

Commit

Permalink
Release 8.9.0 (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Nov 14, 2023
1 parent 9a01566 commit a8efbb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
# Change Log

## [8.9.0](https://github.com/auth0/auth0-PHP/tree/8.9.0) (2023-11-13)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.8.0...8.9.0)

**Added**
- feat(SDK-4543): Support Organizations with Client Grants [\#736](https://github.com/auth0/auth0-PHP/pull/736) ([evansims](https://github.com/evansims))

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

Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface
/**
* @var string
*/
public const VERSION = '8.8.0';
public const VERSION = '8.9.0';

/**
* Authentication Client.
Expand Down

0 comments on commit a8efbb8

Please sign in to comment.