File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55
66## [ Unreleased]
77
8+ ## [ 6.3.1]
9+
810### Added
911- Managed Load Balancer inverse rule matcher
1012
@@ -299,7 +301,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
299301
300302First stable release
301303
302- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.0...HEAD
304+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.1...HEAD
305+ [ 6.3.1 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.0...v6.3.1
303306[ 6.3.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.2.0...v6.3.0
304307[ 6.2.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.1.1...v6.2.0
305308[ 6.1.1 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.1.0...v6.1.1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616)
1717
1818const (
19- Version string = "6.3.0 "
19+ Version string = "6.3.1 "
2020 APIVersion string = "1.3"
2121 APIBaseURL string = "https://api.upcloud.com"
2222
You can’t perform that action at this time.
0 commit comments