diff --git a/CHANGELOG.md b/CHANGELOG.md index 508d34cc..fd44dc1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0-rc1](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.0-rc0...v1.2.0-rc1) (2023-11-07) + + +### Build System + +* rework build/release pipeline ([#103](https://github.com/hetznercloud/packer-plugin-hcloud/issues/103)) ([21c739b](https://github.com/hetznercloud/packer-plugin-hcloud/commit/21c739bb284377a13402cf47d1d720f0be00147b)) + ## [1.2.0-rc0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.1.1...v1.2.0-rc0) (2023-11-02) diff --git a/version/version.go b/version/version.go index 686b205e..b09165e4 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.2.0-rc0" // x-release-please-version + Version = "1.2.0-rc1" // 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