File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- 8.11.1
1
+ 8.12.0
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
15
## [ 8.11.1] ( https://github.com/auth0/auth0-PHP/tree/8.11.1 ) (2024-01-10)
4
16
[ Full Changelog] ( https://github.com/auth0/auth0-PHP/compare/8.11.0...8.11.1 )
5
17
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface
21
21
/**
22
22
* @var string
23
23
*/
24
- public const VERSION = '8.9.2 ' ;
24
+ public const VERSION = '8.12.0 ' ;
25
25
26
26
/**
27
27
* Authentication Client.
You can’t perform that action at this time.
0 commit comments