diff --git a/.changes/0.20.1.md b/.changes/0.20.1.md new file mode 100644 index 00000000..dfe21ccb --- /dev/null +++ b/.changes/0.20.1.md @@ -0,0 +1,8 @@ +## 0.20.1 (November 26, 2024) + +BUG FIXES: + +* validate: Fixed a bug that caused false positive validation errors for resource types that have the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419)) +* generate: Fixed a bug that caused all generated resource documentation to have the same content when the provider has a resource type with the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419)) +* generate: Fixed a bug that would return an error when a static file exists in both `templates` and `docs`, which will now be ignored. ([#421](https://github.com/hashicorp/terraform-plugin-docs/issues/421)) + diff --git a/.changes/unreleased/BUG FIXES-20241118-125001.yaml b/.changes/unreleased/BUG FIXES-20241118-125001.yaml deleted file mode 100644 index 52155315..00000000 --- a/.changes/unreleased/BUG FIXES-20241118-125001.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'validate: Fixed a bug that caused false positive validation errors for resource - types that have the same name as the provider.' -time: 2024-11-18T12:50:01.114497-05:00 -custom: - Issue: "419" diff --git a/.changes/unreleased/BUG FIXES-20241118-125100.yaml b/.changes/unreleased/BUG FIXES-20241118-125100.yaml deleted file mode 100644 index 0e1f7342..00000000 --- a/.changes/unreleased/BUG FIXES-20241118-125100.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: BUG FIXES -body: 'generate: Fixed a bug that caused all generated resource documentation to have - the same content when the provider has a resource type with the same name as the - provider.' -time: 2024-11-18T12:51:00.736136-05:00 -custom: - Issue: "419" diff --git a/.changes/unreleased/BUG FIXES-20241118-125204.yaml b/.changes/unreleased/BUG FIXES-20241118-125204.yaml deleted file mode 100644 index 17cefc0d..00000000 --- a/.changes/unreleased/BUG FIXES-20241118-125204.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'generate: Fixed a bug that would return an error when a static file exists - in both `templates` and `docs`, which will now be ignored.' -time: 2024-11-18T12:52:04.748022-05:00 -custom: - Issue: "421" diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f01b97..2f9b32e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.20.1 (November 26, 2024) + +BUG FIXES: + +* validate: Fixed a bug that caused false positive validation errors for resource types that have the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419)) +* generate: Fixed a bug that caused all generated resource documentation to have the same content when the provider has a resource type with the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419)) +* generate: Fixed a bug that would return an error when a static file exists in both `templates` and `docs`, which will now be ignored. ([#421](https://github.com/hashicorp/terraform-plugin-docs/issues/421)) + ## 0.20.0 (November 06, 2024) NOTES: