Skip to content

Commit

Permalink
chore: prepare for 4.10.0 release (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-myl authored Nov 14, 2022
1 parent f4cfbb8 commit 898a12b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [4.10.0]

### Added
- Managed Load Balancer private network support
- Anti-affinity support for server groups (experimental)

### Deprecated
- Managed Load Balancer fields `DNSName` and `NetworkUUID`
Expand Down Expand Up @@ -193,7 +196,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/v4.9.0...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.10.0...HEAD
[4.10.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.9.0...v4.10.0
[4.9.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.8.0...v4.9.0
[4.8.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.7.0...v4.8.0
[4.7.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.6.0...v4.7.0
Expand Down
2 changes: 1 addition & 1 deletion internal/globals.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package globals

var Version = "4.9.0"
var Version = "4.10.0"

0 comments on commit 898a12b

Please sign in to comment.