From 0da3200a5cf58211d51c8138542cc7b93c04f468 Mon Sep 17 00:00:00 2001 From: Toni Kangas Date: Mon, 9 Sep 2024 09:41:21 +0300 Subject: [PATCH] chore: prepare v8.8.0 release (#334) --- CHANGELOG.md | 5 ++++- upcloud/client/client.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdf098c..85e968e7 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.8.0] + ### Added - managed object storage: support for custom domains - managed load balancer: support for reading DNS challenge domain @@ -506,7 +508,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.7.1...HEAD +[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.8.0...HEAD +[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 [8.7.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.6.2...v8.7.0 [8.6.2]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.6.1...v8.6.2 diff --git a/upcloud/client/client.go b/upcloud/client/client.go index 061037f4..d453f44d 100644 --- a/upcloud/client/client.go +++ b/upcloud/client/client.go @@ -15,7 +15,7 @@ import ( ) const ( - Version string = "8.7.1" + Version string = "8.8.0" APIVersion string = "1.3" APIBaseURL string = "https://api.upcloud.com"