From e692deb30d8b7bc3b87430dbe439826f62a6bc2e Mon Sep 17 00:00:00 2001 From: Cameron Thornton Date: Tue, 30 Jul 2024 13:11:00 -0500 Subject: [PATCH] 5.39.1 changelog (#18905) * 5.39.1 changelog * Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e65b67f03..bdbbc244e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 5.39.0 (Unreleased) +## 5.39.1 (Unreleased) + +BUG FIXES: +* datastream: fixed a breaking change in 5.39.0 `google_datastream_stream` that made one of `destination_config.0.bigquery_destination_config.0.merge` or `destination_config.0.bigquery_destination_config.0.append_only` required ([#18903](https://github.com/hashicorp/terraform-provider-google/pull/18903)) + +## 5.39.0 (July 29, 2024) NOTES: * networkconnectivity: migrated `google_network_connectivity_hub` from DCL to MMv1 ([#18724](https://github.com/hashicorp/terraform-provider-google/pull/18724))