From 0757f131fe179f276c1278e034818325ecc48565 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Mon, 8 Jul 2019 09:05:58 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e204f150c..83f8ef979c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 2.11.0 (Unreleased) +FEATURES: +* **New Resources**: `google_bigtable_instance_iam_binding`, `google_bigtable_instance_iam_member`, and `google_bigtable_instance_iam_policy` are now available. [GH-3939] + ENHANCEMENTS: * bigquery: Added support for `external_data_configuration` to `google_bigquery_table`. [GH-3602]