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.