Skip to content

Commit d70324d

Browse files
Release 8.12.0 (#781)
### Added - Adding client credentials support [\#775](#775) ([kishore7snehil](https://github.com/kishore7snehil)) - Adding Support For CYOK [\#779](#779) ([kishore7snehil](https://github.com/kishore7snehil)) ### Fixed - fix jobs test fail [\#773](#773) ([yasuaki640](https://github.com/ramonschriks))
1 parent 040153e commit d70324d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: .version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.11.1
1+
8.12.0

Diff for: CHANGELOG.md

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

3+
## [8.12.0](https://github.com/auth0/auth0-PHP/tree/8.12.0) (2024-11-05)
4+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.11.1...8.12.0)
5+
6+
**Added**
7+
- feat: Adding client credentials support [\#775](https://github.com/auth0/auth0-PHP/pull/775) ([kishore7snehil](https://github.com/kishore7snehil))
8+
9+
- feat: Adding Support For CYOK [\#779](https://github.com/auth0/auth0-PHP/pull/779) ([kishore7snehil](https://github.com/kishore7snehil))
10+
11+
**Fixed**
12+
13+
- fix: fix jobs test fail [\#773](https://github.com/auth0/auth0-PHP/pull/773) ([yasuaki640](https://github.com/ramonschriks))
14+
315
## [8.11.1](https://github.com/auth0/auth0-PHP/tree/8.11.1) (2024-01-10)
416
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.11.0...8.11.1)
517

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

2626
/**
2727
* Authentication Client.

0 commit comments

Comments
 (0)