From 782ff3b85858ed58b290e4131c642b37010e85ca Mon Sep 17 00:00:00 2001 From: Pekka Nurmi Date: Fri, 16 Dec 2022 16:41:05 +0200 Subject: [PATCH] chore: release v5.2.0 (#194) --- CHANGELOG.md | 5 ++++- upcloud/client/client.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d088b12a..de9f90ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [5.2.0] + ### Added - experimental support for Managed Redis Database - 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/) First stable release -[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.1.0...HEAD +[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.2.0...HEAD +[5.2.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.1.0...v5.2.0 [5.1.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.0.0...v5.1.0 [5.0.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.10.0...v5.0.0 [4.10.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.9.0...v4.10.0 diff --git a/upcloud/client/client.go b/upcloud/client/client.go index cb667fce..d8a1e1df 100644 --- a/upcloud/client/client.go +++ b/upcloud/client/client.go @@ -16,7 +16,7 @@ import ( ) const ( - Version string = "5.1.0" + Version string = "5.2.0" APIVersion string = "1.3" APIBaseURL string = "https://api.upcloud.com"