Commit a5b96dd 1 parent 35092b2 commit a5b96dd Copy full SHA for a5b96dd
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ 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.86.0]
10
+
11
+ ### Added
12
+
13
+ - CMS theme install endpoint.
14
+ - CMS user credentials update endpoint.
15
+
9
16
## [ 1.85.1]
10
17
11
18
### 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.162 ** version of the API.
5
+ This client was built for and tested on the ** 1.164 ** 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.85.1 ' ;
23
+ private const VERSION = '1.86.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