diff --git a/CHANGELOG.md b/CHANGELOG.md index fd44dc1b..a7a98793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.0-rc1...v1.2.0) (2023-11-08) + + +### Features + +* transfer the packer plugin to the `hetznercloud` organization ([f3d1ed1](https://github.com/hetznercloud/packer-plugin-hcloud/commit/f3d1ed19f1596dc81561222f88f8edfddeec02a6)) + ## [1.2.0-rc1](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.0-rc0...v1.2.0-rc1) (2023-11-07) diff --git a/version/version.go b/version/version.go index b09165e4..1c1b5387 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-rc1" // x-release-please-version + Version = "1.2.0" // 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