Skip to content

Commit

Permalink
chore: prepare 6.8.3 release (#273)
Browse files Browse the repository at this point in the history
Prepare 6.8.3 release

---------

Co-authored-by: villevsv-upcloud <villevsv-upcloud@users.noreply.github.com>
Co-authored-by: Pekka Nurmi <pekka.nurmi@upcloud.com>
  • Loading branch information
3 people authored Oct 27, 2023
1 parent 7c9ca73 commit 2eb5a09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion upcloud/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2eb5a09

Please sign in to comment.