File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44See updating [ Changelog example here] ( https://keepachangelog.com/en/1.0.0/ )
55
66## [ Unreleased]
7+
8+ ## [ 6.9.0]
79### Added
810- kubernetes: add ` Version ` field to ` request.CreateKubernetesClusterRequest ` and ` upcloud.KubernetesCluster `
911
@@ -368,7 +370,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
368370
369371First stable release
370372
371- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.3...HEAD
373+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.9.0...HEAD
374+ [ 6.9.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.3...v6.9.0
372375[ 6.8.3 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.2...v6.8.3
373376[ 6.8.2 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.1...v6.8.2
374377[ 6.8.1 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.0...v6.8.1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515)
1616
1717const (
18- Version string = "6.8.3 "
18+ Version string = "6.9.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