From e4771c907d7ab7e3e16c3c0b2071d15b9dc11f0b Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Wed, 22 Feb 2023 10:22:11 -0500 Subject: [PATCH] Revert "Update changelog" (#101) This reverts commit 933c43ffa14b0a7f226057b49a0631c815d95feb. --- .changes/2.3.0.md | 6 ------ .changes/unreleased/NOTES-20230210-170042.yaml | 5 +++++ CHANGELOG.md | 6 ------ 3 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 .changes/2.3.0.md create mode 100644 .changes/unreleased/NOTES-20230210-170042.yaml diff --git a/.changes/2.3.0.md b/.changes/2.3.0.md deleted file mode 100644 index e65566ab..00000000 --- a/.changes/2.3.0.md +++ /dev/null @@ -1,6 +0,0 @@ -## 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 new file mode 100644 index 00000000..569673e7 --- /dev/null +++ b/.changes/unreleased/NOTES-20230210-170042.yaml @@ -0,0 +1,5 @@ +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 02c2be4b..ca279ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,3 @@ -## 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.