Commit aec8100 1 parent 6eb172c commit aec8100 Copy full SHA for aec8100
File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
this package and not the cluster API. See the changelog of the [ cluster API] ( https://cluster-api.cyberfusion.nl/redoc#section/Changelog )
7
7
for detailed information.
8
8
9
+ ## [ 1.87.0]
10
+
11
+ ### Changed
12
+
13
+ - The ` files ` attribute of the ` UnixUserUsage ` model is now nullable.
14
+
9
15
## [ 1.86.4]
10
16
11
17
### Fixed
Original file line number Diff line number Diff line change 2
2
3
3
Client for the [ Cyberfusion Cluster API] ( https://cluster-api.cyberfusion.nl/ ) .
4
4
5
- This client was built for and tested on the ** 1.164 ** version of the API.
5
+ This client was built for and tested on the ** 1.166 ** version of the API.
6
6
7
7
## Support
8
8
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Client implements ClientContract
20
20
{
21
21
private const CONNECT_TIMEOUT = 60 ;
22
22
private const TIMEOUT = 180 ;
23
- private const VERSION = '1.86.4 ' ;
23
+ private const VERSION = '1.87.0 ' ;
24
24
private const USER_AGENT = 'cyberfusion-cluster-api-client/ ' . self ::VERSION ;
25
25
26
26
private Configuration $ configuration ;
You can’t perform that action at this time.
0 commit comments