Skip to content

Commit

Permalink
chore: prepare v8.6.2 release (#326)
Browse files Browse the repository at this point in the history
Co-authored-by: Ville Välimäki <[email protected]>
  • Loading branch information
kangasta and villevsv-upcloud authored Jul 16, 2024
1 parent a226d53 commit 1c1a92b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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 = "8.6.1"
Version string = "8.6.2"
APIVersion string = "1.3"
APIBaseURL string = "https://api.upcloud.com"

Expand Down

0 comments on commit 1c1a92b

Please sign in to comment.