Skip to content

Commit ed839ea

Browse files
authored
chore(main): release 1.5.1 (#193)
🤖 I have created a release *beep* *boop* --- ## [1.5.1](v1.5.0...v1.5.1) (2024-06-06) ### Bug Fixes * use first host ip in public ipv6 network ([#192](#192)) ([77bb637](77bb637)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent ce1fa55 commit ed839ea

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.5.0"}
1+
{".":"1.5.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.5.0...v1.5.1) (2024-06-06)
4+
5+
6+
### Bug Fixes
7+
8+
* use first host ip in public ipv6 network ([#192](https://github.com/hetznercloud/packer-plugin-hcloud/issues/192)) ([77bb637](https://github.com/hetznercloud/packer-plugin-hcloud/commit/77bb637283c936f793ca73d2c3ea411e28914830))
9+
310
## [1.5.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.4.0...v1.5.0) (2024-06-05)
411

512

version/version.go

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

88
var (
99
// Version is the main version number that is being run at the moment.
10-
Version = "1.5.0" // x-release-please-version
10+
Version = "1.5.1" // x-release-please-version
1111

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

0 commit comments

Comments
 (0)