Skip to content

Commit c177ecd

Browse files
chore: prepare 6.8.0 release (#266)
1 parent a01d8cb commit c177ecd

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

347349
First 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

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

0 commit comments

Comments
 (0)