From a11883b10c1c1fba06e27e45e71f041bd478a739 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:40:01 +0100 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 7 +++++++ version/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be5113d5..b63a9951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.1...v1.3.0) (2023-12-12) + + +### Features + +* add labels options to server and ssh keys ([#128](https://github.com/hetznercloud/packer-plugin-hcloud/issues/128)) ([3f7dcae](https://github.com/hetznercloud/packer-plugin-hcloud/commit/3f7dcae20a07ad8367a06926aa2df1c415105e8b)) + ## [1.2.1](https://github.com/hetznercloud/packer-plugin-hcloud/compare/v1.2.0...v1.2.1) (2023-11-08) diff --git a/version/version.go b/version/version.go index 61af7ce1..037b4a01 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.1" // x-release-please-version + Version = "1.3.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