diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3926e1b..7806f0379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + See [Releases](https://github.com/hashicorp/packer-plugin-sdk/releases) for latest CHANGELOG information. + +## 0.3.1 (Upcoming) + ## 0.3.0 (June 09, 2022) * multistep/commonsteps: Add default timeouts to the GitGetter, HgGetter, diff --git a/version/version.go b/version/version.go index b5649441d..d44a36892 100644 --- a/version/version.go +++ b/version/version.go @@ -13,7 +13,7 @@ import ( var GitCommit string // Package version helps plugin creators set and track the sdk version using -var Version = "0.3.0" +var Version = "0.3.1" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release