From 1b3ce760e8506a3ec241c333f6313b809c7fee0c Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Wed, 22 Feb 2023 15:23:38 +0000 Subject: [PATCH] Update changelog --- .changes/2.3.0.md | 6 ++++++ .changes/unreleased/NOTES-20230210-170042.yaml | 5 ----- CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .changes/2.3.0.md delete mode 100644 .changes/unreleased/NOTES-20230210-170042.yaml diff --git a/.changes/2.3.0.md b/.changes/2.3.0.md new file mode 100644 index 00000000..e65566ab --- /dev/null +++ b/.changes/2.3.0.md @@ -0,0 +1,6 @@ +## 2.3.0 (February 22, 2023) + +NOTES: + +* provider: Rewritten to use the [`terraform-plugin-framework`](https://www.terraform.io/plugin/framework) ([#96](https://github.com/hashicorp/terraform-provider-cloudinit/issues/96)) + diff --git a/.changes/unreleased/NOTES-20230210-170042.yaml b/.changes/unreleased/NOTES-20230210-170042.yaml deleted file mode 100644 index 569673e7..00000000 --- a/.changes/unreleased/NOTES-20230210-170042.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: NOTES -body: 'provider: Rewritten to use the [`terraform-plugin-framework`](https://www.terraform.io/plugin/framework)' -time: 2023-02-10T17:00:42.625932-05:00 -custom: - Issue: "96" diff --git a/CHANGELOG.md b/CHANGELOG.md index ca279ab2..02c2be4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.3.0 (February 22, 2023) + +NOTES: + +* provider: Rewritten to use the [`terraform-plugin-framework`](https://www.terraform.io/plugin/framework) ([#96](https://github.com/hashicorp/terraform-provider-cloudinit/issues/96)) + ## 2.2.0 (February 19, 2021) Binary releases of this provider will now include the darwin-arm64 platform. This version contains no further changes.