From 10cdf09458d8acc0b7c1547cc3744433e5e2fa40 Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Tue, 13 Oct 2020 11:58:41 +0200 Subject: [PATCH] Prepare release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e891a..5656e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.2.0 + +### New + +* Configuration parameter `instance_private_networks` to attach the build Compute instance to Private Networks ([#4](https://github.com/exoscale/packer-builder-exoscale/pull/4)) + +### Changes + +* Configuration parameter `instance_security_group` is now named `instance_security_groups` and accepts a list of string ([#5](https://github.com/exoscale/packer-builder-exoscale/pull/5)) + + ## 0.1.0 Initial release