diff --git a/.changes/0.10.0.md b/.changes/0.10.0.md new file mode 100644 index 0000000..6a8f824 --- /dev/null +++ b/.changes/0.10.0.md @@ -0,0 +1,10 @@ +## 0.10.0 (April 24, 2023) + +NOTES: + +* This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#143](https://github.com/hashicorp/terraform-plugin-mux/issues/143)) + +BUG FIXES: + +* tf5muxserver+tf6muxserver: Ensure provider acceptance testing can properly detect mux server errors in `GetProviderSchema` response ([#152](https://github.com/hashicorp/terraform-plugin-mux/issues/152)) + diff --git a/.changes/unreleased/BUG FIXES-20230421-133145.yaml b/.changes/unreleased/BUG FIXES-20230421-133145.yaml deleted file mode 100644 index fe9d8d2..0000000 --- a/.changes/unreleased/BUG FIXES-20230421-133145.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'tf5muxserver+tf6muxserver: Ensure provider acceptance testing can properly - detect mux server errors in `GetProviderSchema` response' -time: 2023-04-21T13:31:45.31123-04:00 -custom: - Issue: "152" diff --git a/.changes/unreleased/NOTES-20230303-101201.yaml b/.changes/unreleased/NOTES-20230303-101201.yaml deleted file mode 100644 index 11eebe4..0000000 --- a/.changes/unreleased/NOTES-20230303-101201.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: NOTES -body: This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). - Any consumers building on earlier Go versions may experience errors. -time: 2023-03-03T10:12:01.519248Z -custom: - Issue: "143" diff --git a/CHANGELOG.md b/CHANGELOG.md index f56cd90..b2ccc9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.10.0 (April 24, 2023) + +NOTES: + +* This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#143](https://github.com/hashicorp/terraform-plugin-mux/issues/143)) + +BUG FIXES: + +* tf5muxserver+tf6muxserver: Ensure provider acceptance testing can properly detect mux server errors in `GetProviderSchema` response ([#152](https://github.com/hashicorp/terraform-plugin-mux/issues/152)) + ## 0.9.0 (February 08, 2023) ENHANCEMENTS: