diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af79619..10bf1944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.7.1](https://github.com/hetznercloud/packer-plugin-hcloud/releases/tag/v1.7.1) + +### Bug Fixes + +- update dependencies + ## [v1.7.0](https://github.com/hetznercloud/packer-plugin-hcloud/releases/tag/v1.7.0) ### Features diff --git a/version/version.go b/version/version.go index ea9a4530..202a8083 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.7.0" // x-releaser-pleaser-version + Version = "1.7.1" // x-releaser-pleaser-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