File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55
66## [ Unreleased]
77
8+ ## [ 6.10.0]
9+
810### Added
911- Managed Load Balancer: ` TLSConfigs ` field to ` LoadBalancerBackend ` to control backend TLS configurations
1012- Managed Load Balancer: ` TLSEnabled ` , ` TLSUseSystemCA ` , ` TLSVerify ` & ` HTTP2Enabled ` fields to ` LoadBalancerBackendProperties `
@@ -375,7 +377,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
375377
376378First stable release
377379
378- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.9.0...HEAD
380+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.10.0...HEAD
381+ [ 6.10.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.9.0...v6.10.0
379382[ 6.9.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.3...v6.9.0
380383[ 6.8.3 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.2...v6.8.3
381384[ 6.8.2 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.1...v6.8.2
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515)
1616
1717const (
18- Version string = "6.9 .0"
18+ Version string = "6.10 .0"
1919 APIVersion string = "1.3"
2020 APIBaseURL string = "https://api.upcloud.com"
2121
You can’t perform that action at this time.
0 commit comments