From 418cfb328446df3fe224d67d7cedc976aad3ca96 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Tue, 4 Jun 2024 16:17:43 +0000 Subject: [PATCH] Update changelog --- .changes/0.19.4.md | 10 ++++++++++ .changes/unreleased/BUG FIXES-20240603-092911.yaml | 5 ----- .changes/unreleased/NOTES-20240531-093539.yaml | 5 ----- CHANGELOG.md | 10 ++++++++++ 4 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 .changes/0.19.4.md delete mode 100644 .changes/unreleased/BUG FIXES-20240603-092911.yaml delete mode 100644 .changes/unreleased/NOTES-20240531-093539.yaml 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: