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: