Skip to content

Commit bcfe28e

Browse files
author
Wilken Rivera
committed
v0.2.12 [skip ci]
1 parent 0ca2128 commit bcfe28e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.12 (Upcoming)
1+
## 0.2.12 (May 03, 2022)
22

33
* provisioner/shell-local: Add `env` argument to pass env vars through a key
44
value store [GH-98](https://github.com/hashicorp/packer-plugin-sdk/pull/98)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
var GitCommit string
1414

1515
// Package version helps plugin creators set and track the sdk version using
16-
var Version = "0.2.11"
16+
var Version = "0.2.12"
1717

1818
// A pre-release marker for the version. If this is "" (empty string)
1919
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)