1 parent 4985992 commit 1fb9405Copy full SHA for 1fb9405
2 files changed
CHANGELOG.md
@@ -3,6 +3,12 @@
3
4
# Changelog
5
6
+## [0.1.7] - 2026-05-23
7
+
8
+### Features
9
10
+- _(sylvevm)_ Add WinRM auto-tunnel and boot_wait support
11
12
## [0.1.6] - 2026-04-28
13
14
### Bug Fixes
version/version.go
@@ -11,7 +11,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
var (
// Version is the semantic version of the plugin (MAJOR.MINOR.PATCH), without a "v"
// prefix. Git release tags use vX.Y.Z per HashiCorp Packer convention.
- Version = "0.1.6"
+ Version = "0.1.7"
15
16
// VersionPrerelease is an optional pre-release label (e.g. "dev", "beta.1").
17
// An empty string means this is a production release.
0 commit comments