From 1c1a92bb4e95aa2e7040a0eeba25cc19b2f5b4de Mon Sep 17 00:00:00 2001 From: Toni Kangas Date: Tue, 16 Jul 2024 15:43:08 +0300 Subject: [PATCH] chore: prepare v8.6.2 release (#326) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ville Välimäki <110451292+villevsv-upcloud@users.noreply.github.com> --- CHANGELOG.md | 8 +++++++- upcloud/client/client.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 307c5548..f00d9df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [8.6.2] + +### Added +- storage: `TemplateType` field to `upcloud.Storage` + ### Fixed - storage: typo in `StorageEncryptionDataAtRest` constant @@ -486,7 +491,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.6.1...HEAD +[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.6.2...HEAD +[8.6.2]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.6.1...v8.6.2 [8.6.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.6.0...v8.6.1 [8.6.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.5.0...v8.6.0 [8.5.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.4.0...v8.5.0 diff --git a/upcloud/client/client.go b/upcloud/client/client.go index 9cd208d4..8c00a222 100644 --- a/upcloud/client/client.go +++ b/upcloud/client/client.go @@ -15,7 +15,7 @@ import ( ) const ( - Version string = "8.6.1" + Version string = "8.6.2" APIVersion string = "1.3" APIBaseURL string = "https://api.upcloud.com"