Skip to content

Commit e32ed35

Browse files
authored
chore: prepare release v8.34.0 (#467)
1 parent aca3417 commit e32ed35

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.34.0]
9+
810
### Added
911

1012
- price: add new `PricesByZone` type (map-based structure) for easier access to prices without reflection
@@ -731,7 +733,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
731733

732734
First stable release
733735

734-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.33.0...HEAD
736+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.34.0...HEAD
737+
[8.34.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.33.0...v8.34.0
735738
[8.33.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.32.0...v8.33.0
736739
[8.32.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.31.1...v8.32.0
737740
[8.31.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.31.0...v8.31.1

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

0 commit comments

Comments
 (0)