Skip to content

Commit

Permalink
chore: prepare v8.7.0 release (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored Jul 23, 2024
1 parent 8629273 commit 3ddcf5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [8.7.0]

### Added

- router: add `type` field to static routes
- managed databases: add support for labels.
- managed databases: add support for labels

## [8.6.2]

Expand Down Expand Up @@ -496,7 +498,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.2...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.7.0...HEAD
[8.7.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.6.2...v8.7.0
[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
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.2"
Version string = "8.7.0"
APIVersion string = "1.3"
APIBaseURL string = "https://api.upcloud.com"

Expand Down

0 comments on commit 3ddcf5d

Please sign in to comment.