From 6ff94bc2af0197cc55bc88e036e5d38cdc9a448b Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 12 Nov 2021 15:10:50 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de07a7ae..594bbebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ -## 1.0.1 (Upcoming) +## 1.0.2 (November 12, 2021) * Add pre validate step check for snapshot names. Invoking packer build -force will bypass the checks, thus multiple snapshots with the same name will be allowed. This is equivalent to the previous behavior of this plugin. [GH-17] [GH-18] -* Add SSH key support for the Freebsd64 Rescue System. [GH-9] * Upgrade packer-plugin-sdk to v0.2.9. [GH-23] +## 1.0.1 (September 1, 2021) + +* Add SSH key support for the Freebsd64 Rescue System. [GH-9] +* Bump to Go 1.17 + ## 1.0.0 (June 14, 2021) * upgrade packer-plugin-sdk to v0.2.3. [GH-8]