Skip to content

Commit a8d8386

Browse files
authored
chore(main): release 1.5.3 (#210)
🤖 I have created a release *beep* *boop* --- ## [1.5.3](v1.5.2...v1.5.3) (2024-07-09) ### Bug Fixes * wait server firewall actions to settle ([#209](#209)) ([2d58893](2d58893)) --- 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 2d58893 commit a8d8386

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.2"}
1+
{".":"1.5.3"}

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.3](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.5.2...v1.5.3) (2024-07-09)
4+
5+
6+
### Bug Fixes
7+
8+
* wait server firewall actions to settle ([#209](https://github.com/hetznercloud/packer-plugin-hcloud/issues/209)) ([2d58893](https://github.com/hetznercloud/packer-plugin-hcloud/commit/2d588935e674fc17b29f4d8aaa4664d029564748))
9+
310
## [1.5.2](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.5.1...v1.5.2) (2024-06-18)
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.2" // x-release-please-version
10+
Version = "1.5.3" // 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)