Skip to content

Commit 1fb9405

Browse files
committed
chore(release): 0.1.7
Bump Version to 0.1.7 and extend CHANGELOG.md for Git tag v0.1.7 (GoReleaser).
1 parent 4985992 commit 1fb9405

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
# Changelog
55

6+
## [0.1.7] - 2026-05-23
7+
8+
### Features
9+
10+
- _(sylvevm)_ Add WinRM auto-tunnel and boot_wait support
11+
612
## [0.1.6] - 2026-04-28
713

814
### Bug Fixes

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
1111
var (
1212
// Version is the semantic version of the plugin (MAJOR.MINOR.PATCH), without a "v"
1313
// prefix. Git release tags use vX.Y.Z per HashiCorp Packer convention.
14-
Version = "0.1.6"
14+
Version = "0.1.7"
1515

1616
// VersionPrerelease is an optional pre-release label (e.g. "dev", "beta.1").
1717
// An empty string means this is a production release.

0 commit comments

Comments
 (0)