diff --git a/CHANGELOG.md b/CHANGELOG.md index f4bdd1684..8ee922125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ IMPROVEMENTS: * provider/aws: Add `security_configuration` support to `aws_emr_cluster` [GH-14133] * provider/azurerm: Expose the Private IP Address for a Load Balancer, if available [GH-13965] * provider/dnsimple: Add support for import for dnsimple_records [GH-9130] +* provider/google: Add support for networkIP in compute instance templates [GH-13515] * provider/nomad: Add TLS options [GH-13956] * provider/triton: Add support for reading provider configuration from `TRITON_*` environment variables in addition to `SDC_*`[GH-14000] * provider/triton: Add `cloud_config` argument to `triton_machine` resources for Linux containers [GH-12840] @@ -37,7 +38,8 @@ BUG FIXES: * provider/aws: Fix source_dest_check with network_interface [GH-14079] * provider/digitalocean: Prevent diffs when using IDs of images instead of slugs [GH-13879] * provider/fastly: Changes setting conditionals to optional [GH-14103] -* provider/google: ignore certain project services that can't be enabled directly via the api [GH-13730] +* provider/google: Ignore certain project services that can't be enabled directly via the api [GH-13730] +* provider/google: Ability to add more than 25 project services [GH-13758] * providers/heroku: Configure buildpacks correctly for both Org Apps and non-org Apps [GH-13990] ## 0.9.4 (26th April 2017)