diff --git a/.changes/3.4.1.md b/.changes/3.4.1.md new file mode 100644 index 00000000..9e71c13b --- /dev/null +++ b/.changes/3.4.1.md @@ -0,0 +1,6 @@ +## 3.4.1 (December 19, 2023) + +BUG FIXES: + +* data-source/http: Includes update to go-retryablehttp fixing preservation of request body on temporary redirects or re-established HTTP/2 connections ([#346](https://github.com/hashicorp/terraform-provider-http/issues/346)) + diff --git a/.changes/unreleased/BUG FIXES-20231121-064539.yaml b/.changes/unreleased/BUG FIXES-20231121-064539.yaml deleted file mode 100644 index 95ec0a16..00000000 --- a/.changes/unreleased/BUG FIXES-20231121-064539.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'data-source/http: Includes update to go-retryablehttp fixing preservation of - request body on temporary redirects or re-established HTTP/2 connections' -time: 2023-11-21T06:45:39.749197Z -custom: - Issue: "346" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7530baa3..4e997ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.4.1 (December 19, 2023) + +BUG FIXES: + +* data-source/http: Includes update to go-retryablehttp fixing preservation of request body on temporary redirects or re-established HTTP/2 connections ([#346](https://github.com/hashicorp/terraform-provider-http/issues/346)) + ## 3.4.0 (June 21, 2023) ENHANCEMENTS: