Skip to content

Commit c4f146c

Browse files
authored
chore: release v5.1.0 (#191)
1 parent 0d90e1f commit c4f146c

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+
## [5.1.0]
9+
810
### Added
911
- servers: allow adding server to a server group during server creation
1012
- servers: add server group UUID to server details
@@ -218,7 +220,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
218220

219221
First stable release
220222

221-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.0.0...HEAD
223+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.1.0...HEAD
224+
[5.1.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.0.0...v5.1.0
222225
[5.0.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.10.0...v5.0.0
223226
[4.10.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.9.0...v4.10.0
224227
[4.9.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.8.0...v4.9.0

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 = "5.0.0"
19+
Version string = "5.1.0"
2020
APIVersion string = "1.3"
2121
APIBaseURL string = "https://api.upcloud.com"
2222

0 commit comments

Comments
 (0)