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+ ## [ 8.33.0]
9+
810### Added
911
1012- managed object storage: add support for policy versions
@@ -719,7 +721,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
719721
720722First stable release
721723
722- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.32.0...HEAD
724+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.33.0...HEAD
725+ [ 8.33.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.32.0...v8.33.0
723726[ 8.32.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.31.1...v8.32.0
724727[ 8.31.1 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.31.0...v8.31.1
725728[ 8.31.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.30.0...v8.31.0
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717)
1818
1919const (
20- Version string = "8.32 .0"
20+ Version string = "8.33 .0"
2121 APIVersion string = "1.3"
2222 APIBaseURL string = "https://api.upcloud.com"
2323
You can’t perform that action at this time.
0 commit comments