Skip to content

Commit d54aed9

Browse files
authored
prepare release v6.3.2 (#241)
1 parent e291e94 commit d54aed9

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+
## [6.3.2]
9+
10+
### Added
11+
- Managed Load Balancer `health_check_tls_verify` field to backend member properties to control certificate validation for health checks utilising HTTPS
12+
813
## [6.3.1]
914

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

302307
First stable release
303308

304-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.1...HEAD
309+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.2...HEAD
310+
[6.3.2]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.1...v6.3.2
305311
[6.3.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.0...v6.3.1
306312
[6.3.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.2.0...v6.3.0
307313
[6.2.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.1.1...v6.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 = "6.3.1"
19+
Version string = "6.3.2"
2020
APIVersion string = "1.3"
2121
APIBaseURL string = "https://api.upcloud.com"
2222

0 commit comments

Comments
 (0)