From 78ed799f079af95e411f65536bd1a58b392df04f Mon Sep 17 00:00:00 2001 From: Mariah <16638455+mamclaughlin@users.noreply.github.com> Date: Mon, 7 Feb 2022 08:36:02 -0500 Subject: [PATCH] Release v2.12.1 #patch --- CHANGELOG.md | 7 +++++++ cmd/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1b4636..c67152e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v2.12.1](https://github.com/vultr/vultr-cli/compare/v2.12.0..v2.12.1) (2022-02-07) +### Dependencies +* Bump github.com/vultr/govultr/v2 from 2.14.0 to 2.14.1 [PR 232](https://github.com/vultr/vultr-cli/pull/232) + +### Enhancements +* Firewall Rule : Add ip type, source and subnet size to firewall rule printer [PR 234](https://github.com/vultr/vultr-cli/pull/234) + ## [v2.12.0](https://github.com/vultr/vultr-cli/compare/v2.11.3..v2.12.0) (2022-01-21) ### Dependencies * Bump github.com/vultr/govultr/v2 from 2.12.0 to 2.14.0 [PR 230](https://github.com/vultr/vultr-cli/pull/230) diff --git a/cmd/version.go b/cmd/version.go index bf117122..44061e76 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -21,7 +21,7 @@ import ( ) const ( - version = "v2.12.0" + version = "v2.12.1" ) // versionCmd represents the version command