Skip to content

Commit

Permalink
chore: prepare 6.7.0 release (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
villevsv-upcloud committed Sep 28, 2023
1 parent 0e6f95a commit f4ac58c
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.7.0]

### Added
- network: `dhcp_routes` field to IP network for additional DHCP classless static routes to be delivered if the DHCP is enabled
- network: `static_routes` field to router for defining static routes
Expand Down Expand Up @@ -338,7 +340,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.6.0...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.0...HEAD
[6.7.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.6.0...v6.7.0
[6.6.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.5.0...v6.6.0
[6.5.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.4.0...v6.5.0
[6.4.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.2...v6.4.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 = "6.6.0"
Version string = "6.7.0"
APIVersion string = "1.3"
APIBaseURL string = "https://api.upcloud.com"

Expand Down

0 comments on commit f4ac58c

Please sign in to comment.