From 6687a00aaf9af6814530585615689a76512904f5 Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Tue, 14 Jun 2022 15:34:52 -0400 Subject: [PATCH] Release v2.14.2 #patch --- CHANGELOG.md | 7 ++++++- cmd/version.go | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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