From 1d6830683a49ee94f8bfa649850ebc900ba16650 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 1 Nov 2022 16:11:05 -0400 Subject: [PATCH] Cut release 1.1.0 --- CHANGELOG.md | 3 ++- version/version.go | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00eeecb9..7cae29a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +See [Releases](https://github.com/hashicorp/packer-plugin-proxmox/releases) for latest CHANGELOG information. ## 1.0.1 (June 14, 2021) @@ -20,4 +21,4 @@ ## 0.0.1 (April 20, 2021) -* Proxmox Plugin break out from Packer core. Changes prior to break out can be found in [Packer's CHANGELOG](https://github.com/hashicorp/packer/blob/master/CHANGELOG.md). \ No newline at end of file +* Proxmox Plugin break out from Packer core. Changes prior to break out can be found in [Packer's CHANGELOG](https://github.com/hashicorp/packer/blob/master/CHANGELOG.md). diff --git a/version/version.go b/version/version.go index ddb5c9f4..96c9f0c5 100644 --- a/version/version.go +++ b/version/version.go @@ -4,12 +4,12 @@ import "github.com/hashicorp/packer-plugin-sdk/version" var ( // Version is the main version number that is being run at the moment. - Version = "1.0.8" + Version = "1.1.0" // 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 // is a pre-release such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "dev" + VersionPrerelease = "" // PluginVersion is used by the plugin set to allow Packer to recognize // what version this plugin is.