diff --git a/CHANGELOG.md b/CHANGELOG.md index 187aece1..eb99f80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.30.5 - 2023-11-23 +### Fixed +* phantom attributes on multi-resources + ## v0.30.4 - 2023-11-16 ### Fixed * Stop masking empty sensitive attributes. This can make unset attributes, which appear as empty string rather than null in some terraform plans, appear as if they are set. diff --git a/changes/unreleased/Fixed-20231122-134818.yaml b/changes/unreleased/Fixed-20231122-134818.yaml deleted file mode 100644 index e5072be5..00000000 --- a/changes/unreleased/Fixed-20231122-134818.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: phantom attributes on multi-resources -time: 2023-11-22T13:48:18.832055057+01:00 diff --git a/changes/v0.30.5.md b/changes/v0.30.5.md new file mode 100644 index 00000000..2c1ca13e --- /dev/null +++ b/changes/v0.30.5.md @@ -0,0 +1,3 @@ +## v0.30.5 - 2023-11-23 +### Fixed +* phantom attributes on multi-resources \ No newline at end of file