1 parent 5574d3c commit 62c9d79Copy full SHA for 62c9d79
2 files changed
CHANGELOG.md
@@ -3,6 +3,12 @@
3
4
# Changelog
5
6
+## [0.1.6] - 2026-04-28
7
+
8
+### Bug Fixes
9
10
+- _(ci)_ Add --tag to git-cliff and use gh release edit for release body
11
12
## [0.1.5] - 2026-04-28
13
14
### Features
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.5"
+ Version = "0.1.6"
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