Skip to content

Commit

Permalink
Merge pull request #158 from ddymko/release-v2.4.2
Browse files Browse the repository at this point in the history
Release for v2.4.2
  • Loading branch information
ddymko authored Nov 10, 2021
2 parents 4bcfdf8 + f94be36 commit 15a321e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v2.4.2](https://github.com/vultr/packer-builder-vultr/compare/v2.4.1..v2.4.2) (2021-11-10)

### Dependencies
- Packer-plugin-sdk v0.2.5 -> v0.2.7 [#152](https://github.com/vultr/packer-builder-vultr/pull/152)
- GoVultr v2.8.1 -> v2.10.0 [#157](https://github.com/vultr/packer-builder-vultr/pull/157)
- Go-cty v1.9.1 -> v1.10.0 [#157](https://github.com/vultr/packer-builder-vultr/pull/157)

## [v2.4.1](https://github.com/vultr/packer-builder-vultr/compare/v2.4.0..v2.4.1) (2021-09-21)

### 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.1"
version = ">= 2.4.2"
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.1"
Version = "2.4.2"

// 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 15a321e

Please sign in to comment.