Skip to content

Commit

Permalink
Release v2.4.4 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ddymko authored Jan 27, 2022
1 parent 8214d87 commit a495b11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3"
version = ">= 2.4.4"
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.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
Expand Down

0 comments on commit a495b11

Please sign in to comment.