File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55
66## [ Unreleased]
77
8+ ## [ 6.8.0]
9+ - Managed Object Storage support
10+
811## [ 6.7.1]
912
1013### Changed
@@ -15,7 +18,6 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
1518### Added
1619- network: ` dhcp_routes ` field to IP network for additional DHCP classless static routes to be delivered if the DHCP is enabled
1720- network: ` static_routes ` field to router for defining static routes
18- - Managed Object Storage support
1921
2022## [ 6.6.0]
2123
@@ -346,7 +348,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
346348
347349First stable release
348350
349- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.1...HEAD
351+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.0...HEAD
352+ [ 6.8.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.1...v6.8.0
350353[ 6.7.1 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.0...v6.7.1
351354[ 6.7.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.6.0...v6.7.0
352355[ 6.6.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.5.0...v6.6.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515)
1616
1717const (
18- Version string = "6.7.1 "
18+ Version string = "6.8.0 "
1919 APIVersion string = "1.3"
2020 APIBaseURL string = "https://api.upcloud.com"
2121
You can’t perform that action at this time.
0 commit comments