Skip to content

Commit 1c8a32d

Browse files
authored
chore: prepare v5.3.0 release (#203)
1 parent cb45740 commit 1c8a32d

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+
## [5.3.0]
9+
810
### Added
911
- storage: possibility to control what to do with backups related to the storage that is about to be deleted
1012
- labels support for: load-balancers, networks, network-peerings, routers
@@ -238,7 +240,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
238240

239241
First stable release
240242

241-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.2.1...HEAD
243+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.0...HEAD
244+
[5.3.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.2.1...v5.3.0
242245
[5.2.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.2.0...v5.2.1
243246
[5.2.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.1.0...v5.2.0
244247
[5.1.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.0.0...v5.1.0

upcloud/client/client.go

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

1818
const (
19-
Version string = "5.2.1"
19+
Version string = "5.3.0"
2020
APIVersion string = "1.3"
2121
APIBaseURL string = "https://api.upcloud.com"
2222

0 commit comments

Comments
 (0)