From a495b11e1696bc3d8de8b7792bf5b08156c056e5 Mon Sep 17 00:00:00 2001 From: David Dymko Date: Thu, 27 Jan 2022 09:52:48 -0500 Subject: [PATCH] Release v2.4.4 #patch --- CHANGELOG.md | 6 ++++++ docs/README.md | 2 +- main.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67647490..b8d6cb50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v2.4.4](https://github.com/vultr/packer-builder-vultr/compare/v2.4.3..v2.4.4) (2022-01-27) + +### Dependencies +- GoVultr from 2.12.0 to 2.14.0 [#174](https://github.com/vultr/packer-builder-vultr/pull/174) +- Packer-plugin-sdk from 0.2.9 to 0.2.11 [#170](https://github.com/vultr/packer-builder-vultr/pull/170) + ## [v2.4.3](https://github.com/vultr/packer-builder-vultr/compare/v2.4.2..v2.4.3) (2021-12-03) ### Dependencies diff --git a/docs/README.md b/docs/README.md index d07b69ab..e71a9681 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,7 +20,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { vultr = { - version = ">= 2.4.3" + version = ">= 2.4.4" source = "github.com/vultr/vultr" } } diff --git a/main.go b/main.go index adaaf3f3..c8715375 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( var ( // Version is the main version number that is being run at the moment. - Version = "2.4.3" + Version = "2.4.4" // VersionPrerelease is A pre-release marker for the Version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this