Skip to content

Commit 9b55353

Browse files
chore: prepare 6.6.0 release (#256)
1 parent ffc5842 commit 9b55353

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [6.6.0]
9+
810
### Added
911
- kubernetes: `control_plane_ip_filter` field to cluster for configuring and reading IP addresses and ranges allowed to access cluster control-plane
1012
- gateway: `addresses` list to provide IP addresses assigned to the gateway
@@ -332,7 +334,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
332334

333335
First stable release
334336

335-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.5.0...HEAD
337+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.6.0...HEAD
338+
[6.6.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.5.0...v6.6.0
336339
[6.5.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.4.0...v6.5.0
337340
[6.4.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.2...v6.4.0
338341
[6.3.2]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.1...v6.3.2

upcloud/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
Version string = "6.5.0"
18+
Version string = "6.6.0"
1919
APIVersion string = "1.3"
2020
APIBaseURL string = "https://api.upcloud.com"
2121

0 commit comments

Comments
 (0)