File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0.0]
9+
810### Added
911- labels support for storages
1012- support for network gateways
@@ -262,7 +264,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
262264
263265First stable release
264266
265- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.4.0...HEAD
267+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.0.0...HEAD
268+ [ 6.0.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.4.0...v6.0.0
266269[ 5.4.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.1...v5.4.0
267270[ 5.3.1 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.0...v5.3.1
268271[ 5.3.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.2.1...v5.3.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616)
1717
1818const (
19- Version string = "5.4 .0"
19+ Version string = "6.0 .0"
2020 APIVersion string = "1.3"
2121 APIBaseURL string = "https://api.upcloud.com"
2222
You can’t perform that action at this time.
0 commit comments