From adab11a1c55e0b24a625be8a2fba068ef915b76c Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:05:51 +0200 Subject: [PATCH] chore(main): release 1.5.4 (#214) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ version/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 760be23a..40a09e6c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.5.3"} +{".":"1.5.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4851d8..93d50422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/version/version.go b/version/version.go index 4ee0373f..c53012b3 100644 --- a/version/version.go +++ b/version/version.go @@ -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