diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4a0afa..67647490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v2.4.3](https://github.com/vultr/packer-builder-vultr/compare/v2.4.2..v2.4.3) (2021-12-03) + +### Dependencies +- HCL v2 from 2.10.1 to 2.11.1 [#165](https://github.com/vultr/packer-builder-vultr/pull/165) +- GoVultr from 2.10.0 to 2.12.0 [#164](https://github.com/vultr/packer-builder-vultr/pull/164) +- Packer-plugin-sdk from 0.2.7 to 0.2.9 [#160](https://github.com/vultr/packer-builder-vultr/pull/160) + + ## [v2.4.2](https://github.com/vultr/packer-builder-vultr/compare/v2.4.1..v2.4.2) (2021-11-10) ### Dependencies diff --git a/docs/README.md b/docs/README.md index 56aa1394..d07b69ab 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.2" + version = ">= 2.4.3" source = "github.com/vultr/vultr" } } diff --git a/main.go b/main.go index cc89544b..adaaf3f3 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.2" + Version = "2.4.3" // 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