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+
9+ ## [ 6.5.0]
10+
811### Added
912- kubernetes: ` utility_network_access ` field to node group for configuring utility network access on the given group
1013- Managed Database session support, including methods ` service.GetManagedDatabaseSessions ` & ` service.CancelManagedDatabaseSession ` .
@@ -326,7 +329,9 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
326329
327330First stable release
328331
329- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.2...HEAD
332+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.5.0...HEAD
333+ [ 6.5.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.4.0...v6.5.0
334+ [ 6.4.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.2...v6.4.0
330335[ 6.3.2 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.1...v6.3.2
331336[ 6.3.1 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.0...v6.3.1
332337[ 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.4 .0"
18+ Version string = "6.5 .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