diff --git a/CHANGELOG.md b/CHANGELOG.md index 657ef7000d..e72cb5df46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -## 5.43.0 (Unreleased) +## 5.43.1 (Unreleased) + +NOTES: +* 5.43.1 is a backport release, and some changes will not appear in 6.X series releases until 6.1.0 + +BUG FIXES: +* pubsub: fixed a validation bug that didn't allow empty filter definitions for `google_pubsub_subscription` resources ([#8055](https://github.com/hashicorp/terraform-provider-google-beta/pull/8055)) + +## 5.43.0 (August 26, 2024) DEPRECATIONS: * storage: deprecated `lifecycle_rule.condition.no_age` field in `google_storage_bucket`. Use the new `lifecycle_rule.condition.send_age_if_zero` field instead. ([#7994](https://github.com/hashicorp/terraform-provider-google-beta/pull/7994))