Skip to content

Commit 3fa613d

Browse files
authored
chore: prepare release v8.37.0 (#509)
1 parent 55bf09f commit 3fa613d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [8.37.0]
9+
810
### Added
911

1012
- file-storage: add `Encrypted` field to `request.CreateFileStorageRequest` and `upcloud.FileStorage` structs.
@@ -777,7 +779,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
777779

778780
First stable release
779781

780-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.36.1...HEAD
782+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.37.0...HEAD
783+
[8.37.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.36.1...v8.37.0
781784
[8.36.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.36.0...v8.36.1
782785
[8.36.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.35.0...v8.36.0
783786
[8.35.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.34.3...v8.35.0

upcloud/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
const (
20-
Version string = "8.36.1"
20+
Version string = "8.37.0"
2121
APIVersion string = "1.3"
2222
APIBaseURL string = "https://api.upcloud.com"
2323

0 commit comments

Comments
 (0)