From 8e515c93631f0e4d3480987b3da613036462e276 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Fri, 21 Dec 2018 12:25:15 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e039ad2e..bf5afd61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ FEATURES: ENHANCEMENTS: * bigquery: Add `default_partition_expiration_ms` field to `google_bigquery_dataset` resource. [GH-2287] +* bigquery: Allow more BigQuery regions [GH-2566] * bigtable: Add `column_family` at create time to `google_bigtable_table`. [GH-2228] * bigtable: Add multi-zone (inside one region) replication to `google_bigtable_instance`. [GH-2313] [GH-2289] * cloudfunctions: add souce repo support [GH-2650]