From f64b77814d5b093c7cb6301ca2ae7e0dcb965b34 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Thu, 14 Dec 2023 17:16:59 +0000 Subject: [PATCH] Update changelog --- .changes/2.31.0.md | 6 ++++++ .changes/unreleased/NOTES-20231107-141609.yaml | 8 -------- CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 .changes/2.31.0.md delete mode 100644 .changes/unreleased/NOTES-20231107-141609.yaml diff --git a/.changes/2.31.0.md b/.changes/2.31.0.md new file mode 100644 index 0000000000..1d2afe0fea --- /dev/null +++ b/.changes/2.31.0.md @@ -0,0 +1,6 @@ +## 2.31.0 (December 14, 2023) + +NOTES: + +* helper/schema: While this Go module will not receive support for provider-defined functions, the provider server is updated to handle the new operations, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. ([#1288](https://github.com/hashicorp/terraform-plugin-sdk/issues/1288)) + diff --git a/.changes/unreleased/NOTES-20231107-141609.yaml b/.changes/unreleased/NOTES-20231107-141609.yaml deleted file mode 100644 index abee4f0952..0000000000 --- a/.changes/unreleased/NOTES-20231107-141609.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: NOTES -body: 'helper/schema: While this Go module will not receive support for - provider-defined functions, the provider server is updated to handle the new - operations, which will be required to prevent errors when updating - terraform-plugin-framework or terraform-plugin-mux in the future.' -time: 2023-11-07T14:16:09.783296-05:00 -custom: - Issue: "1288" diff --git a/CHANGELOG.md b/CHANGELOG.md index 44511cc575..ab020c5552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.31.0 (December 14, 2023) + +NOTES: + +* helper/schema: While this Go module will not receive support for provider-defined functions, the provider server is updated to handle the new operations, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. ([#1288](https://github.com/hashicorp/terraform-plugin-sdk/issues/1288)) + ## 2.30.0 (November 09, 2023) NOTES: