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.12.0]
9+
810### Added
911- Server groups: Add ` AddServerToServerGroup ` and ` RemoveServerFromServerGroup ` methods.
1012- Storages: Add support for encryption at rest
@@ -394,7 +396,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
394396
395397First stable release
396398
397- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.11.0...HEAD
399+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.12.0...HEAD
400+ [ 6.12.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.11.0...v6.12.0
398401[ 6.11.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.10.0...v6.11.0
399402[ 6.10.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.9.0...v6.10.0
400403[ 6.9.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.3...v6.9.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515)
1616
1717const (
18- Version string = "6.11 .0"
18+ Version string = "6.12 .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