Skip to content

Commit 98ac549

Browse files
authored
chore: prepare v5.3.1 (#205)
1 parent ceab595 commit 98ac549

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [5.3.1]
9+
10+
### Deprecated
11+
- request: `GetServerGroupsWithFiltersRequest` is now deprecated; use `GetServerGroupsRequest` with `Filters` field instead
12+
813
## [5.3.0]
914

1015
### Added
@@ -240,7 +245,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
240245

241246
First stable release
242247

243-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.0...HEAD
248+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.1...HEAD
249+
[5.3.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.0...v5.3.1
244250
[5.3.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.2.1...v5.3.0
245251
[5.2.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.2.0...v5.2.1
246252
[5.2.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.1.0...v5.2.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.3.0"
19+
Version string = "5.3.1"
2020
APIVersion string = "1.3"
2121
APIBaseURL string = "https://api.upcloud.com"
2222

0 commit comments

Comments
 (0)