diff --git a/.changes/2.3.3.md b/.changes/2.3.3.md new file mode 100644 index 00000000..b4d81e24 --- /dev/null +++ b/.changes/2.3.3.md @@ -0,0 +1,6 @@ +## 2.3.3 (February 12, 2024) + +NOTES: + +* data-source/external: The stderr output of the executed program will now always be logged at the TRACE level, regardless of exit code. ([#67](https://github.com/hashicorp/terraform-provider-external/issues/67)) + diff --git a/.changes/unreleased/NOTES-20240212-161634.yaml b/.changes/unreleased/NOTES-20240212-161634.yaml deleted file mode 100644 index cfc447a9..00000000 --- a/.changes/unreleased/NOTES-20240212-161634.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: NOTES -body: 'data-source/external: The stderr output of the executed program will now always - be logged at the TRACE level, regardless of exit code.' -time: 2024-02-12T16:16:34.536837-05:00 -custom: - Issue: "67" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1e4c45..93e1963c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.3.3 (February 12, 2024) + +NOTES: + +* data-source/external: The stderr output of the executed program will now always be logged at the TRACE level, regardless of exit code. ([#67](https://github.com/hashicorp/terraform-provider-external/issues/67)) + ## 2.3.2 (November 21, 2023) BUG FIXES: