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.11.0]
9+
810### Added
911- Managed Database sub-properties support. E.g., PostgreSQL property ` timescaledb ` is of type ` object ` and has ` max_background_workers ` sub-property.
1012- Managed Object Storage: add ` name ` property
@@ -385,7 +387,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
385387
386388First stable release
387389
388- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.10.0...HEAD
390+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.11.0...HEAD
391+ [ 6.11.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.10.0...v6.11.0
389392[ 6.10.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.9.0...v6.10.0
390393[ 6.9.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.3...v6.9.0
391394[ 6.8.3 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.2...v6.8.3
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515)
1616
1717const (
18- Version string = "6.10 .0"
18+ Version string = "6.11 .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