From 6139b43c95fe712634a8603374b68f5b41a67a19 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Tue, 17 May 2016 13:25:21 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb492753..0f2c15dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,13 @@ FEATURES: IMPROVEMENTS: * provider/aws: Add `option_settings` to `aws_db_option_group` [GH-6560] - * provider/clc: Fix optional server password [GH-6414] - * provider/clc: Add support for hyperscale and bareMetal server types and package installation - * providers/google: support optional uuid naming for Instance Template [GH-6604] * provider/aws: Add support for `kms_key_id` to `aws_db_instance` [GH-6651] * provider/aws: Support for Redshift Cluster encryption using a KMS key [GH-6712] + * provider/clc: Add support for hyperscale and bareMetal server types and package installation + * provider/clc: Fix optional server password [GH-6414] + * provider/fastly: Add support for Service Request Settings on `fastly_service_v1` resources [GH-6622] * provider/openstack: Add support for client certificate authentication [GH-6279] + * providers/google: support optional uuid naming for Instance Template [GH-6604] BUG FIXES: