Skip to content

Commit 5b8aba8

Browse files
authored
chore(main): release 1.4.0 (#169)
🤖 I have created a release *beep* *boop* --- ## [1.4.0](v1.3.0...v1.4.0) (2024-05-06) ### Features * enable hcloud-go debug logging ([#167](#167)) ([1ab544e](1ab544e)), closes [#165](#165) --- 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 d22eb5c commit 5b8aba8

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.3.0"}
1+
{".":"1.4.0"}

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.4.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.3.0...v1.4.0) (2024-05-06)
4+
5+
6+
### Features
7+
8+
* enable hcloud-go debug logging ([#167](https://github.com/hetznercloud/packer-plugin-hcloud/issues/167)) ([1ab544e](https://github.com/hetznercloud/packer-plugin-hcloud/commit/1ab544ebd1b4ad862f19ff2ec07c129feeef5434)), closes [#165](https://github.com/hetznercloud/packer-plugin-hcloud/issues/165)
9+
310
## [1.3.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.1...v1.3.0) (2024-01-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.3.0" // x-release-please-version
10+
Version = "1.4.0" // 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)