Skip to content

Commit d42fbae

Browse files
chore: prepare 6.10.0 release (#279)
1 parent 559d46c commit d42fbae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

376378
First 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

upcloud/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
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

0 commit comments

Comments
 (0)