Skip to content

Commit

Permalink
release for v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddymko committed May 10, 2021
1 parent 25fc05a commit d27589f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.3.1](https://github.com/vultr/packer-builder-vultr/compare/v2.3.0..v2.3.1) (2021-05-10)
### Dependencies
- GoVultr v2.4.20 -> v2.5.1 [#132](https://github.com/vultr/packer-builder-vultr/pull/132)
- Hcl v2.9.1 -> v2.10.0 [#128](https://github.com/vultr/packer-builder-vultr/pull/128)
- Packer-plugin-sdk v0.1.2 -> v0.2.1 [#131](https://github.com/vultr/packer-builder-vultr/pull/131) [#127](https://github.com/vultr/packer-builder-vultr/pull/127)
- Go-cty v1.8.1 -> v1.8.3 [#129](https://github.com/vultr/packer-builder-vultr/pull/129)

## [v2.3.0](https://github.com/vultr/packer-builder-vultr/compare/v2.2.1..v2.3.0) (2021-04-13)
### Enhancements
- Update plugin to support `packer init` [#120](https://github.com/vultr/packer-builder-vultr/pull/120)
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.3.0"
Version = "2.3.1"

// 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 d27589f

Please sign in to comment.