Skip to content

Commit d65c3d2

Browse files
authored
chore: prepare 6.12.0 release (#288)
1 parent 40065c0 commit d65c3d2

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.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

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

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.11.0"
18+
Version string = "6.12.0"
1919
APIVersion string = "1.3"
2020
APIBaseURL string = "https://api.upcloud.com"
2121

0 commit comments

Comments
 (0)