Skip to content

Commit 1ab235d

Browse files
authored
chore: prepare v6.1.0 (#223)
1 parent af6d6d5 commit 1ab235d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.1.0]
9+
810
### Added
911
- new `Backups` field for `DeleteServerAndStoragesRequest` that controls if backups should be kept or deleted while deleting the server
1012
- Kubernetes cluster `Plan` field
@@ -268,7 +270,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
268270

269271
First stable release
270272

271-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.0.0...HEAD
273+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.1.0...HEAD
274+
[6.1.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.0.0...v6.1.0
272275
[6.0.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.4.0...v6.0.0
273276
[5.4.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.1...v5.4.0
274277
[5.3.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.0...v5.3.1

upcloud/client/client.go

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

1818
const (
19-
Version string = "6.0.0"
19+
Version string = "6.1.0"
2020
APIVersion string = "1.3"
2121
APIBaseURL string = "https://api.upcloud.com"
2222

0 commit comments

Comments
 (0)