We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca2128 commit bcfe28eCopy full SHA for bcfe28e
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.2.12 (Upcoming)
+## 0.2.12 (May 03, 2022)
2
3
* provisioner/shell-local: Add `env` argument to pass env vars through a key
4
value store [GH-98](https://github.com/hashicorp/packer-plugin-sdk/pull/98)
version/version.go
@@ -13,7 +13,7 @@ import (
13
var GitCommit string
14
15
// Package version helps plugin creators set and track the sdk version using
16
-var Version = "0.2.11"
+var Version = "0.2.12"
17
18
// A pre-release marker for the version. If this is "" (empty string)
19
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments