diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0d906..854910b 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.15.0] + ### Added - Added support for token-based authentication in the client, including functions for token management. - managed load balancer: support for redirect rule HTTP status @@ -557,7 +559,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.14.0...HEAD +[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.15.0...HEAD +[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 [8.12.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.11.0...v8.12.0 diff --git a/upcloud/client/client.go b/upcloud/client/client.go index 9aaab62..0522868 100644 --- a/upcloud/client/client.go +++ b/upcloud/client/client.go @@ -16,7 +16,7 @@ import ( ) const ( - Version string = "8.14.0" + Version string = "8.15.0" APIVersion string = "1.3" APIBaseURL string = "https://api.upcloud.com"