Skip to content

Commit

Permalink
chore: prepare v5.3.1 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-myl authored Jan 23, 2023
1 parent ceab595 commit 98ac549
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [5.3.1]

### Deprecated
- request: `GetServerGroupsWithFiltersRequest` is now deprecated; use `GetServerGroupsRequest` with `Filters` field instead

## [5.3.0]

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

First stable release

[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.0...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.1...HEAD
[5.3.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.3.0...v5.3.1
[5.3.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.2.1...v5.3.0
[5.2.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.2.0...v5.2.1
[5.2.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.1.0...v5.2.0
Expand Down
2 changes: 1 addition & 1 deletion upcloud/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
Version string = "5.3.0"
Version string = "5.3.1"
APIVersion string = "1.3"
APIBaseURL string = "https://api.upcloud.com"

Expand Down

0 comments on commit 98ac549

Please sign in to comment.