Skip to content

Commit

Permalink
Release 8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Nov 5, 2024
1 parent 040153e commit 9056c3b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.11.1
8.12.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [8.12.0](https://github.com/auth0/auth0-PHP/tree/8.12.0) (2024-11-05)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.11.1...8.12.0)

**Added**
- feat: Adding client credentials support [\#775](https://github.com/auth0/auth0-PHP/pull/775) ([kishore7snehil](https://github.com/kishore7snehil))

- feat: Adding Support For CYOK [\#779](https://github.com/auth0/auth0-PHP/pull/779) ([kishore7snehil](https://github.com/kishore7snehil))

**Fixed**

- fix: fix jobs test fail [\#773](https://github.com/auth0/auth0-PHP/pull/773) ([yasuaki640](https://github.com/ramonschriks))

## [8.11.1](https://github.com/auth0/auth0-PHP/tree/8.11.1) (2024-01-10)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.11.0...8.11.1)

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.9.2';
public const VERSION = '8.12.0';

/**
* Authentication Client.
Expand Down

0 comments on commit 9056c3b

Please sign in to comment.