From d35f2fcf89f5518caf8e31bc93f1def4915bddbb Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Thu, 20 Jun 2024 10:52:42 +0300 Subject: [PATCH] Update changelog for v0.8.1 (#580) --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a671536..9f8d641b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.8.1 - 2024-06-20 ### Features @@ -30,6 +30,13 @@ } ``` +* Allow skipping activation emails when creating users [#573](https://github.com/MaterializeInc/terraform-provider-materialize/pull/573) +* Allow `resource_sink_kafka` `FROM` attribute updates [#578](https://github.com/MaterializeInc/terraform-provider-materialize/pull/578) + +### Misc + +* Routine dependency updates: [#577](https://github.com/MaterializeInc/terraform-provider-materialize/pull/577), [#568](https://github.com/MaterializeInc/terraform-provider-materialize/pull/568), [#567](https://github.com/MaterializeInc/terraform-provider-materialize/pull/567) + ## 0.8.0 - 2024-05-16 ### Breaking Changes