diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a82257..d160f402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] -## Added + +## [6.8.3] +### Added - kubernetes: `WaitForKubernetesNodeGroupState` method for waiting the node group to achieve a desired state ### Changed @@ -361,7 +363,9 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) First stable release -[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.1...HEAD +[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.3...HEAD +[6.8.3]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.2...v6.8.3 +[6.8.2]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.1...v6.8.2 [6.8.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.0...v6.8.1 [6.8.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.1...v6.8.0 [6.7.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.0...v6.7.1 diff --git a/upcloud/client/client.go b/upcloud/client/client.go index edc14f07..b26a1c69 100644 --- a/upcloud/client/client.go +++ b/upcloud/client/client.go @@ -15,7 +15,7 @@ import ( ) const ( - Version string = "6.8.2" + Version string = "6.8.3" APIVersion string = "1.3" APIBaseURL string = "https://api.upcloud.com"