From fc2fdc0a433404f2b7b824863281fddad7e33a38 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Mon, 29 Apr 2024 19:27:24 +0000 Subject: [PATCH] Update changelog --- .changes/0.19.2.md | 7 +++++++ .changes/unreleased/BUG FIXES-20240426-095042.yaml | 6 ------ .changes/unreleased/BUG FIXES-20240426-111333.yaml | 5 ----- CHANGELOG.md | 7 +++++++ 4 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 .changes/0.19.2.md delete mode 100644 .changes/unreleased/BUG FIXES-20240426-095042.yaml delete mode 100644 .changes/unreleased/BUG FIXES-20240426-111333.yaml diff --git a/.changes/0.19.2.md b/.changes/0.19.2.md new file mode 100644 index 00000000..5c760d8c --- /dev/null +++ b/.changes/0.19.2.md @@ -0,0 +1,7 @@ +## 0.19.2 (April 29, 2024) + +BUG FIXES: + +* migrate: Ensured idempotency of template files when command is ran multiple times ([#364](https://github.com/hashicorp/terraform-plugin-docs/issues/364)) +* generate: Prevented automatic `id` attribute behaviors under blocks ([#365](https://github.com/hashicorp/terraform-plugin-docs/issues/365)) + diff --git a/.changes/unreleased/BUG FIXES-20240426-095042.yaml b/.changes/unreleased/BUG FIXES-20240426-095042.yaml deleted file mode 100644 index c644672e..00000000 --- a/.changes/unreleased/BUG FIXES-20240426-095042.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'migrate: Ensured idempotency of template files when command is ran multiple - times' -time: 2024-04-26T09:50:42.75277-04:00 -custom: - Issue: "364" diff --git a/.changes/unreleased/BUG FIXES-20240426-111333.yaml b/.changes/unreleased/BUG FIXES-20240426-111333.yaml deleted file mode 100644 index 4915d219..00000000 --- a/.changes/unreleased/BUG FIXES-20240426-111333.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: 'generate: Prevented automatic `id` attribute behaviors under blocks' -time: 2024-04-26T11:13:33.275469-04:00 -custom: - Issue: "365" diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf66843..48a1fb5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.19.2 (April 29, 2024) + +BUG FIXES: + +* migrate: Ensured idempotency of template files when command is ran multiple times ([#364](https://github.com/hashicorp/terraform-plugin-docs/issues/364)) +* generate: Prevented automatic `id` attribute behaviors under blocks ([#365](https://github.com/hashicorp/terraform-plugin-docs/issues/365)) + ## 0.19.1 (April 22, 2024) BUG FIXES: