Skip to content

Commit 691d374

Browse files
chore: prepare release 8.31.0 (#437)
1 parent d200037 commit 691d374

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [8.31.0]
9+
10+
### Added
11+
12+
- network: add effective_routes and dhcp_effective_routes
13+
814
## [8.30.0]
915

1016
### Added
@@ -681,7 +687,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
681687

682688
First stable release
683689

684-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.30.0...HEAD
690+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.31.0...HEAD
691+
[8.31.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.30.0...v8.31.0
685692
[8.30.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.29.2...v8.30.0
686693
[8.29.2]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.29.1...v8.29.2
687694
[8.29.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.29.0...v8.29.1

upcloud/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
const (
20-
Version string = "8.30.0"
20+
Version string = "8.31.0"
2121
APIVersion string = "1.3"
2222
APIBaseURL string = "https://api.upcloud.com"
2323

0 commit comments

Comments
 (0)