From d34a8f4787bcfc490b730a13db11888f96fb7e38 Mon Sep 17 00:00:00 2001 From: Toni Kangas Date: Wed, 9 Oct 2024 15:54:23 +0300 Subject: [PATCH] chore: prepare v8.9.0 release (#339) --- CHANGELOG.md | 5 ++++- upcloud/client/client.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa05646..dec7456d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [8.9.0] + ### Added - managed load balancer: `MatchingCondition` field to frontend rule for controlling which operator to use when combining matchers - managed object storage: support for creating and deleting buckets @@ -518,7 +520,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/v8.8.1...HEAD +[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.9.0...HEAD +[8.9.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.8.1...v8.9.0 [8.8.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.8.0...v8.8.1 [8.8.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.7.1...v8.8.0 [8.7.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.7.0...v8.7.1 diff --git a/upcloud/client/client.go b/upcloud/client/client.go index 45b7a986..c7fd8d4b 100644 --- a/upcloud/client/client.go +++ b/upcloud/client/client.go @@ -15,7 +15,7 @@ import ( ) const ( - Version string = "8.8.1" + Version string = "8.9.0" APIVersion string = "1.3" APIBaseURL string = "https://api.upcloud.com"