diff --git a/.changes/0.19.4.md b/.changes/0.19.4.md new file mode 100644 index 00000000..ab02fa07 --- /dev/null +++ b/.changes/0.19.4.md @@ -0,0 +1,10 @@ +## 0.19.4 (June 04, 2024) + +NOTES: + +* validate: The number of files check has been removed to match the latest Terraform Registry ingress logic ([#381](https://github.com/hashicorp/terraform-plugin-docs/issues/381)) + +BUG FIXES: + +* generate: Prevented incorrect attribute paths with nested attributes that contain multiple attributes ([#380](https://github.com/hashicorp/terraform-plugin-docs/issues/380)) + diff --git a/.changes/unreleased/BUG FIXES-20240603-092911.yaml b/.changes/unreleased/BUG FIXES-20240603-092911.yaml deleted file mode 100644 index 4ad685ab..00000000 --- a/.changes/unreleased/BUG FIXES-20240603-092911.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: 'generate: Prevented incorrect attribute paths with nested attributes that contain multiple attributes' -time: 2024-06-03T09:29:11.314279-07:00 -custom: - Issue: "380" diff --git a/.changes/unreleased/NOTES-20240531-093539.yaml b/.changes/unreleased/NOTES-20240531-093539.yaml deleted file mode 100644 index 144c832c..00000000 --- a/.changes/unreleased/NOTES-20240531-093539.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: NOTES -body: 'validate: The number of files check has been removed to match the latest Terraform Registry ingress logic' -time: 2024-05-31T09:35:39.965379-07:00 -custom: - Issue: "381" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3543772a..28188581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.19.4 (June 04, 2024) + +NOTES: + +* validate: The number of files check has been removed to match the latest Terraform Registry ingress logic ([#381](https://github.com/hashicorp/terraform-plugin-docs/issues/381)) + +BUG FIXES: + +* generate: Prevented incorrect attribute paths with nested attributes that contain multiple attributes ([#380](https://github.com/hashicorp/terraform-plugin-docs/issues/380)) + ## 0.19.3 (May 28, 2024) BUG FIXES: