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,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55
66## [ Unreleased]
77
8+ ## [ 6.4.0]
9+
810### Added
911- client functions ` NewDefaultHTTPClient ` and ` NewDefaultHTTPTransport ` to provide HTTP client default properties
1012- kubernetes: experimental support for deleting nodes from node groups
@@ -317,7 +319,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
317319
318320First stable release
319321
320- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.2...HEAD
322+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.4.0...HEAD
323+ [ 6.4.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.2...v6.4.0
321324[ 6.3.2 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.1...v6.3.2
322325[ 6.3.1 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.0...v6.3.1
323326[ 6.3.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.2.0...v6.3.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515)
1616
1717const (
18- Version string = "6.3.2 "
18+ Version string = "6.4.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