Skip to content

Commit

Permalink
chore(main): release 1.5.4 (#214)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
hcloud-bot authored Aug 6, 2024
1 parent 8e7a745 commit adab11a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.5.3"}
{".":"1.5.4"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.4](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.5.3...v1.5.4) (2024-08-06)


### Bug Fixes

* 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))

## [1.5.3](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.5.2...v1.5.3) (2024-07-09)


Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"

var (
// Version is the main version number that is being run at the moment.
Version = "1.5.3" // x-release-please-version
Version = "1.5.4" // x-release-please-version

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

0 comments on commit adab11a

Please sign in to comment.