Skip to content

Commit adab11a

Browse files
authored
chore(main): release 1.5.4 (#214)
🤖 I have created a release *beep* *boop* --- ## [1.5.4](v1.5.3...v1.5.4) (2024-08-06) ### Bug Fixes * wrong client option name for poll backoff func ([#213](#213)) ([4da0192](4da0192)) --- 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 8e7a745 commit adab11a

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.3"}
1+
{".":"1.5.4"}

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.4](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.5.3...v1.5.4) (2024-08-06)
4+
5+
6+
### Bug Fixes
7+
8+
* wrong client option name for poll backoff func ([#213](https://github.com/hetznercloud/packer-plugin-hcloud/issues/213)) ([4da0192](https://github.com/hetznercloud/packer-plugin-hcloud/commit/4da0192e81e13ad501b04195c13b153f702e6385))
9+
310
## [1.5.3](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.5.2...v1.5.3) (2024-07-09)
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.3" // x-release-please-version
10+
Version = "1.5.4" // 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)