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