Skip to content

Commit fe524c8

Browse files
authored
chore(main): release v1.7.1 (#331)
<!-- section-start changelog --> ### Bug Fixes - update dependencies <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ~~~~rp-prefix ~~~~ ### Suffix / End This will be added to the end of the release notes. ~~~~rp-suffix ~~~~ </details> Co-authored-by: Hetzner Cloud Bot <>
1 parent ff38a34 commit fe524c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.7.1](https://github.com/hetznercloud/packer-plugin-hcloud/releases/tag/v1.7.1)
4+
5+
### Bug Fixes
6+
7+
- update dependencies
8+
39
## [v1.7.0](https://github.com/hetznercloud/packer-plugin-hcloud/releases/tag/v1.7.0)
410

511
### Features

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.7.0" // x-releaser-pleaser-version
10+
Version = "1.7.1" // x-releaser-pleaser-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)