From 44ca5539c72833f113b72493d523a8ab129beb8a Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Thu, 2 Mar 2023 20:37:50 +0000 Subject: [PATCH] Update changelog --- .changes/0.14.1.md | 6 ++++++ .changes/unreleased/BUG FIXES-20230301-091541.yaml | 7 ------- CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 .changes/0.14.1.md delete mode 100644 .changes/unreleased/BUG FIXES-20230301-091541.yaml diff --git a/.changes/0.14.1.md b/.changes/0.14.1.md new file mode 100644 index 00000000..e8a261c3 --- /dev/null +++ b/.changes/0.14.1.md @@ -0,0 +1,6 @@ +## 0.14.1 (March 02, 2023) + +BUG FIXES: + +* dependencies: `github.com/hashicorp/terraform-exec` dependency upgraded to `v0.18.1` to avoid causing acceptance test failures when `terraform-plugin-sdk` or `terraform-plugin-testing` are in use ([#226](https://github.com/hashicorp/terraform-plugin-docs/issues/226)) + diff --git a/.changes/unreleased/BUG FIXES-20230301-091541.yaml b/.changes/unreleased/BUG FIXES-20230301-091541.yaml deleted file mode 100644 index e7ff4310..00000000 --- a/.changes/unreleased/BUG FIXES-20230301-091541.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: BUG FIXES -body: 'dependencies: `github.com/hashicorp/terraform-exec` dependency upgraded to - `v0.18.1` to avoid causing acceptance test failures when `terraform-plugin-sdk` - or `terraform-plugin-testing` are in use' -time: 2023-03-01T09:15:41.520975-05:00 -custom: - Issue: "226" diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f493ed..b8665749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.14.1 (March 02, 2023) + +BUG FIXES: + +* dependencies: `github.com/hashicorp/terraform-exec` dependency upgraded to `v0.18.1` to avoid causing acceptance test failures when `terraform-plugin-sdk` or `terraform-plugin-testing` are in use ([#226](https://github.com/hashicorp/terraform-plugin-docs/issues/226)) + ## 0.14.0 (February 28, 2023) NOTES: