Skip to content

Commit d333e06

Browse files
committed
Cut release 1.0.2
1 parent 1795335 commit d333e06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
See [Releases](https://github.com/hashicorp/packer-plugin-hyperv/releases) for latest CHANGELOG information.
2+
13
## 1.0.0 (June 14, 2021)
24
* Update packer-plugin-sdk to version 0.2.3. [GH-29]
35
* Add disable_shutdown option to Hyper-V builders. [GH-23]
46

57
## 0.0.1 (April 21, 2021)
68

7-
* Hyper-V Plugin break out from Packer core. Changes prior to break out can be found in [Packer's CHANGELOG](https://github.com/hashicorp/packer/blob/master/CHANGELOG.md).
9+
* Hyper-V Plugin break out from Packer core. Changes prior to break out can be found in [Packer's CHANGELOG](https://github.com/hashicorp/packer/blob/master/CHANGELOG.md).

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
44

55
var (
66
// Version is the main version number that is being run at the moment.
7-
Version = "1.0.1"
7+
Version = "1.0.2"
88

99
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1010
// (empty string) then it means that it is a final release. Otherwise, this

0 commit comments

Comments
 (0)