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.