From 18f64b6ef618b68e241f32244433f179a55ca8e5 Mon Sep 17 00:00:00 2001 From: Dennis Hume Date: Thu, 9 Nov 2023 06:01:34 -0600 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c638a0..7dd3ca79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ ### Misc * Update testing plugin [#345](https://github.com/MaterializeInc/terraform-provider-materialize/pull/345) +### Breaking Changes +* Update header attributes for `materialize_source_webhook`. Adds `include_header` and is now a complex type `include_headers` and no longer boolean [#346](https://github.com/MaterializeInc/terraform-provider-materialize/pull/346) + ## 0.2.0 - 2023-10-30 ### Features