From 956929c32342352a487dea09312993b6d37840a4 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Tue, 18 Apr 2023 14:36:08 +0000 Subject: [PATCH] Update changelog --- .changes/3.3.0.md | 7 +++++++ .changes/unreleased/NOTES-20230303-142731.yaml | 6 ------ .changes/unreleased/NOTES-20230413-131917.yaml | 6 ------ CHANGELOG.md | 7 +++++++ 4 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 .changes/3.3.0.md delete mode 100644 .changes/unreleased/NOTES-20230303-142731.yaml delete mode 100644 .changes/unreleased/NOTES-20230413-131917.yaml diff --git a/.changes/3.3.0.md b/.changes/3.3.0.md new file mode 100644 index 00000000..7a6f9637 --- /dev/null +++ b/.changes/3.3.0.md @@ -0,0 +1,7 @@ +## 3.3.0 (April 18, 2023) + +NOTES: + +* This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#272](https://github.com/hashicorp/terraform-provider-dns/issues/272)) +* Rewritten to use the terraform-plugin-framework, except dns_a_record_set and dns_aaaa_record_set resources ([#260](https://github.com/hashicorp/terraform-provider-dns/issues/260)) + diff --git a/.changes/unreleased/NOTES-20230303-142731.yaml b/.changes/unreleased/NOTES-20230303-142731.yaml deleted file mode 100644 index 7bf2525d..00000000 --- a/.changes/unreleased/NOTES-20230303-142731.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: NOTES -body: This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). - Any consumers building on earlier Go versions may experience errors. -time: 2023-03-03T14:27:31.437953Z -custom: - Issue: "272" diff --git a/.changes/unreleased/NOTES-20230413-131917.yaml b/.changes/unreleased/NOTES-20230413-131917.yaml deleted file mode 100644 index 9ef510da..00000000 --- a/.changes/unreleased/NOTES-20230413-131917.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: NOTES -body: Rewritten to use the terraform-plugin-framework, except dns_a_record_set and - dns_aaaa_record_set resources -time: 2023-04-13T13:19:17.145476-04:00 -custom: - Issue: "260" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6471136e..37126ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 3.3.0 (April 18, 2023) + +NOTES: + +* This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#272](https://github.com/hashicorp/terraform-provider-dns/issues/272)) +* Rewritten to use the terraform-plugin-framework, except dns_a_record_set and dns_aaaa_record_set resources ([#260](https://github.com/hashicorp/terraform-provider-dns/issues/260)) + ## 3.2.4 (February 06, 2023) BUG FIXES: