Skip to content

Commit

Permalink
chore: prepare v8.1.0 release (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored Mar 4, 2024
1 parent a6a5a86 commit 821be79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [8.1.0]

### Added
- Managed Database: add support managing attached SDN networks via `networks` field.
- Managed Database: add paging support to `GetManagedDatabases` method.
Expand Down Expand Up @@ -442,7 +444,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.0.0...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.1.0...HEAD
[8.1.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.0.0...v8.1.0
[8.0.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v7.0.0...v8.0.0
[7.0.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.12.0...v7.0.0
[6.12.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.11.0...v6.12.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.0.0"
Version string = "8.1.0"
APIVersion string = "1.3"
APIBaseURL string = "https://api.upcloud.com"

Expand Down

0 comments on commit 821be79

Please sign in to comment.