diff --git a/CHANGELOG.md b/CHANGELOG.md index b88e8e18..f3da25cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [6.2.0] + ### Added - Managed Database OpenSearch support - Support for defining NIC model upon creating or modifying a server. Also exported constants for each support NIC model. @@ -283,7 +285,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/v6.1.1...HEAD +[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.2.0...HEAD +[6.2.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.1.1...v6.2.0 [6.1.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.1.0...v6.1.1 [6.1.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v5.4.0...v6.0.0 diff --git a/upcloud/client/client.go b/upcloud/client/client.go index 4b092f1f..3c5c8893 100644 --- a/upcloud/client/client.go +++ b/upcloud/client/client.go @@ -16,7 +16,7 @@ import ( ) const ( - Version string = "6.1.1" + Version string = "6.2.0" APIVersion string = "1.3" APIBaseURL string = "https://api.upcloud.com"