Skip to content

Commit 9afdac3

Browse files
chore: prepare release v8.36.1 (#505)
1 parent 4e7a47d commit 9afdac3

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [8.36.1]
9+
10+
### Fixed
11+
12+
- changelog: add missing changelog entry omitted from the `v8.36.0` tag
13+
814
## [8.36.0]
915

1016
### Added
@@ -767,7 +773,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
767773

768774
First stable release
769775

770-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.36.0...HEAD
776+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.36.1...HEAD
777+
[8.36.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.36.0...v8.36.1
771778
[8.36.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.35.0...v8.36.0
772779
[8.35.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.34.3...v8.35.0
773780
[8.34.3]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.34.2...v8.34.3

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.0"
20+
Version string = "8.36.1"
2121
APIVersion string = "1.3"
2222
APIBaseURL string = "https://api.upcloud.com"
2323

0 commit comments

Comments
 (0)