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+ ## [ 5.2.0]
9+
810### Added
911- experimental support for Managed Redis Database
1012- load-balancer: add ` Scheme ` property to front-end rule HTTP redirect action.
@@ -224,7 +226,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
224226
225227First stable release
226228
227- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.1.0...HEAD
229+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.2.0...HEAD
230+ [ 5.2.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.1.0...v5.2.0
228231[ 5.1.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.0.0...v5.1.0
229232[ 5.0.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.10.0...v5.0.0
230233[ 4.10.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.9.0...v4.10.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616)
1717
1818const (
19- Version string = "5.1 .0"
19+ Version string = "5.2 .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