diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd9580e..0550a434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log +## [v2.14.2](https://github.com/vultr/vultr-cli/compare/v2.14.1...v2.14.2) (2022-06-14) +### Enhancements +* Reserved IP: Add support for reserved IP label updates [PR 272](https://github.com/vultr/vultr-cli/pull/272) + +### Dependencies +* Bump govultr version from 2.17.1 to 2.17.2 [PR 272](https://github.com/vultr/vultr-cli/pull/272) -**Full Changelog**: ## [v2.14.1](https://github.com/vultr/vultr-cli/compare/v2.14.0...v2.14.1) (2022-06-03) ### Enhancements * Plans: Add GPU fields [PR 269](https://github.com/vultr/vultr-cli/pull/269) diff --git a/cmd/version.go b/cmd/version.go index 51a2f9f5..ea5b3ecf 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -21,7 +21,7 @@ import ( ) const ( - version = "v2.14.1" + version = "v2.14.2" ) // versionCmd represents the version command