From 09bf26e84414939e409369999c33b181979bab34 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Fri, 6 Mar 2015 10:02:09 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc6c6e60..679369ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ IMPROVEMENTS: * **New resource: `aws_main_route_table_association`** - Manage the main routing table of a VPC. [GH-918] * **New resource: `aws_vpc_peering_connection`** [GH-963] + * **New resource: `digitalocean_ssh_key`** [GH-1074] * core: Formalized the syntax of interpolations and documented it very heavily. * core: Strings in interpolations can now contain further interpolations,