Skip to content

Commit

Permalink
Release v2.4.3 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwinsExpertise authored and ddymko committed Dec 3, 2021
1 parent 1283f1d commit bf0606c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf0606c

Please sign in to comment.