Skip to content

Commit

Permalink
chore: prepare 6.11.0 release (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored Dec 20, 2023
1 parent 797f7a1 commit 2de2f21
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]

## [6.11.0]

### Added
- Managed Database sub-properties support. E.g., PostgreSQL property `timescaledb` is of type `object` and has `max_background_workers` sub-property.
- Managed Object Storage: add `name` property
Expand Down Expand Up @@ -385,7 +387,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/v6.10.0...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.11.0...HEAD
[6.11.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.10.0...v6.11.0
[6.10.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.9.0...v6.10.0
[6.9.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.3...v6.9.0
[6.8.3]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.2...v6.8.3
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.10.0"
Version string = "6.11.0"
APIVersion string = "1.3"
APIBaseURL string = "https://api.upcloud.com"

Expand Down

0 comments on commit 2de2f21

Please sign in to comment.