diff --git a/.changes/2.35.0.md b/.changes/2.35.0.md new file mode 100644 index 0000000000..bdd6b7370c --- /dev/null +++ b/.changes/2.35.0.md @@ -0,0 +1,7 @@ +## 2.35.0 (October 31, 2024) + +NOTES: + +* all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#1373](https://github.com/hashicorp/terraform-plugin-sdk/issues/1373)) +* helper/schema: While this Go module will not receive support for ephemeral resource types, 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. ([#1390](https://github.com/hashicorp/terraform-plugin-sdk/issues/1390)) + diff --git a/.changes/unreleased/NOTES-20240906-171344.yaml b/.changes/unreleased/NOTES-20240906-171344.yaml deleted file mode 100644 index 931abad254..0000000000 --- a/.changes/unreleased/NOTES-20240906-171344.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: NOTES -body: 'all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). - It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) - before upgrading. Any consumers building on earlier Go versions may experience errors.' -time: 2024-09-06T17:13:44.643765-04:00 -custom: - Issue: "1373" diff --git a/.changes/unreleased/NOTES-20241030-173604.yaml b/.changes/unreleased/NOTES-20241030-173604.yaml deleted file mode 100644 index 21ed027886..0000000000 --- a/.changes/unreleased/NOTES-20241030-173604.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: NOTES -body: 'helper/schema: While this Go module will not receive support for ephemeral - resource types, 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: 2024-10-30T17:36:04.538418-04:00 -custom: - Issue: "1390" diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3a3f7aec..08e9f098d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.35.0 (October 31, 2024) + +NOTES: + +* all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#1373](https://github.com/hashicorp/terraform-plugin-sdk/issues/1373)) +* helper/schema: While this Go module will not receive support for ephemeral resource types, 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. ([#1390](https://github.com/hashicorp/terraform-plugin-sdk/issues/1390)) + ## 2.34.0 (May 17, 2024) NOTES: