Skip to content

Commit f4ac58c

Browse files
chore: prepare 6.7.0 release (#262)
1 parent 0e6f95a commit f4ac58c

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.7.0]
9+
810
### Added
911
- network: `dhcp_routes` field to IP network for additional DHCP classless static routes to be delivered if the DHCP is enabled
1012
- network: `static_routes` field to router for defining static routes
@@ -338,7 +340,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
338340

339341
First stable release
340342

341-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.6.0...HEAD
343+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.0...HEAD
344+
[6.7.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.6.0...v6.7.0
342345
[6.6.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.5.0...v6.6.0
343346
[6.5.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.4.0...v6.5.0
344347
[6.4.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.2...v6.4.0

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.6.0"
18+
Version string = "6.7.0"
1919
APIVersion string = "1.3"
2020
APIBaseURL string = "https://api.upcloud.com"
2121

0 commit comments

Comments
 (0)