Skip to content

Commit fe0e72e

Browse files
chore: prepare 6.5.0 release (#252)
1 parent 67c546e commit fe0e72e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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+
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

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

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

0 commit comments

Comments
 (0)