From 5e5a682986eff3cc969e931a4061125e020c4612 Mon Sep 17 00:00:00 2001 From: Patrick Cowland Date: Mon, 19 Aug 2024 11:34:43 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 954cf501..67ec493b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.4.1 (Unreleased) +NOTES: + +* Bump `github.com/hashicorp/terraform-plugin-framework-validators` from 0.12.0 => 0.13.0 ([#356](https://github.com/pingidentity/terraform-provider-davinci/issues/356)) +* Bump `github.com/katbyte/terrafmt` from 0.5.3 => 0.5.4 ([#356](https://github.com/pingidentity/terraform-provider-davinci/issues/356)) +* Bump `github.com/terraform-linters/tflint` from 0.51.1 => 0.53.0 ([#356](https://github.com/pingidentity/terraform-provider-davinci/issues/356)) + BUG FIXES: * `resource/davinci_variable`: Fix "Provider produced inconsistent result after apply" when defining a variable of `type` = `secret`. ([#358](https://github.com/pingidentity/terraform-provider-davinci/issues/358))