From 0638bc3b5b17d78421ac8e1f6b389ddba99712b0 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Tue, 28 May 2024 14:26:37 +0000 Subject: [PATCH] Update changelog --- .changes/0.19.3.md | 6 ++++++ .changes/unreleased/BUG FIXES-20240524-122908.yaml | 5 ----- CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .changes/0.19.3.md delete mode 100644 .changes/unreleased/BUG FIXES-20240524-122908.yaml diff --git a/.changes/0.19.3.md b/.changes/0.19.3.md new file mode 100644 index 00000000..48373fdb --- /dev/null +++ b/.changes/0.19.3.md @@ -0,0 +1,6 @@ +## 0.19.3 (May 28, 2024) + +BUG FIXES: + +* validate: Fixed issue with provider name not defaulting to directory ([#376](https://github.com/hashicorp/terraform-plugin-docs/issues/376)) + diff --git a/.changes/unreleased/BUG FIXES-20240524-122908.yaml b/.changes/unreleased/BUG FIXES-20240524-122908.yaml deleted file mode 100644 index 5c4948d0..00000000 --- a/.changes/unreleased/BUG FIXES-20240524-122908.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: 'validate: Fixed issue with provider name not defaulting to directory' -time: 2024-05-24T12:29:08.506286-04:00 -custom: - Issue: "376" diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a1fb5b..3543772a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.19.3 (May 28, 2024) + +BUG FIXES: + +* validate: Fixed issue with provider name not defaulting to directory ([#376](https://github.com/hashicorp/terraform-plugin-docs/issues/376)) + ## 0.19.2 (April 29, 2024) BUG FIXES: