From 65367b2e10dc230cebae6ef90a05969bbba1d901 Mon Sep 17 00:00:00 2001 From: TeamCity Date: Fri, 4 Aug 2017 22:25:42 +0000 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ce4323..880511e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ -## 0.1.1 (Unreleased) +## 0.1.1 (August 04, 2017) IMPROVEMENTS: -* `cloudstack_customer_gateway`: Add support for using projects [GH-3] +* `cloudstack_customer_gateway`: Add support for using projects ([#3](https://github.com/terraform-providers/terraform-provider-cloudstack/issues/3)) BUG FIXES: -* `cloudstack_instance`: Prevent a potential crash when deleting an instance [GH-7] -* `cloudstack_security_group_rule`: Fix a panic when trying to read a deleted security group [GH-2] +* `cloudstack_instance`: Prevent a potential crash when deleting an instance ([#7](https://github.com/terraform-providers/terraform-provider-cloudstack/issues/7)) +* `cloudstack_security_group_rule`: Fix a panic when trying to read a deleted security group ([#2](https://github.com/terraform-providers/terraform-provider-cloudstack/issues/2)) ## 0.1.0 (June 20, 2017)