From 3cebe39d453f6a37b9e6fe94d53a8f6e6f8f42ee Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Wed, 30 Oct 2024 13:11:01 +0000 Subject: [PATCH] Update changelog --- .changes/0.25.0.md | 10 ++++++++++ .changes/unreleased/FEATURES-20241028-161924.yaml | 5 ----- .changes/unreleased/NOTES-20241028-162825.yaml | 5 ----- CHANGELOG.md | 10 ++++++++++ 4 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 .changes/0.25.0.md delete mode 100644 .changes/unreleased/FEATURES-20241028-161924.yaml delete mode 100644 .changes/unreleased/NOTES-20241028-162825.yaml diff --git a/.changes/0.25.0.md b/.changes/0.25.0.md new file mode 100644 index 00000000..f3af818e --- /dev/null +++ b/.changes/0.25.0.md @@ -0,0 +1,10 @@ +## 0.25.0 (October 30, 2024) + +NOTES: + +* tfprotov5+tfprotov6: An upcoming release will require the `EphemeralResourceServer` implementation as part of `ProviderServer`. ([#441](https://github.com/hashicorp/terraform-plugin-go/issues/441)) + +FEATURES: + +* tfprotov5+tfprotov6: Upgraded protocols and added types to support the new ephemeral resource type ([#441](https://github.com/hashicorp/terraform-plugin-go/issues/441)) + diff --git a/.changes/unreleased/FEATURES-20241028-161924.yaml b/.changes/unreleased/FEATURES-20241028-161924.yaml deleted file mode 100644 index 15e35592..00000000 --- a/.changes/unreleased/FEATURES-20241028-161924.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: FEATURES -body: 'tfprotov5+tfprotov6: Upgraded protocols and added types to support the new ephemeral resource type' -time: 2024-10-28T16:19:24.079728-04:00 -custom: - Issue: "441" diff --git a/.changes/unreleased/NOTES-20241028-162825.yaml b/.changes/unreleased/NOTES-20241028-162825.yaml deleted file mode 100644 index 947f8edc..00000000 --- a/.changes/unreleased/NOTES-20241028-162825.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: NOTES -body: 'tfprotov5+tfprotov6: An upcoming release will require the `EphemeralResourceServer` implementation as part of `ProviderServer`. ' -time: 2024-10-28T16:28:25.504018-04:00 -custom: - Issue: "441" diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b0b168..2c03218c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.25.0 (October 30, 2024) + +NOTES: + +* tfprotov5+tfprotov6: An upcoming release will require the `EphemeralResourceServer` implementation as part of `ProviderServer`. ([#441](https://github.com/hashicorp/terraform-plugin-go/issues/441)) + +FEATURES: + +* tfprotov5+tfprotov6: Upgraded protocols and added types to support the new ephemeral resource type ([#441](https://github.com/hashicorp/terraform-plugin-go/issues/441)) + ## 0.24.0 (September 18, 2024) BREAKING CHANGES: