From e700db791e8b781c131df96bb427028a21b4e64e Mon Sep 17 00:00:00 2001 From: Francisco Serrano <59340762+paketeserrano@users.noreply.github.com> Date: Thu, 13 Feb 2025 16:54:31 +0200 Subject: [PATCH] chore: prepare v8.16.0 release (#356) * chore: prepare v8.16.0 release * chore: update version in `User-Agent` --------- Co-authored-by: paketeserrano --- CHANGELOG.md | 5 ++++- upcloud/client/client.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffb546..cec98c9 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.16.0] + ### Added - Experimental support for token-based authentication in the client and functions for token management. @@ -561,7 +563,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.15.0...HEAD +[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.16.0...HEAD +[8.16.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.15.0...v8.16.0 [8.15.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.14.0...v8.15.0 [8.14.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.13.0...v8.14.0 [8.13.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.12.0...v8.13.0 diff --git a/upcloud/client/client.go b/upcloud/client/client.go index 0522868..7e1e960 100644 --- a/upcloud/client/client.go +++ b/upcloud/client/client.go @@ -16,7 +16,7 @@ import ( ) const ( - Version string = "8.15.0" + Version string = "8.16.0" APIVersion string = "1.3" APIBaseURL string = "https://api.upcloud.com"