From 24e5afc1f2e9564849878fbba64d81fddee8a0d6 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Tue, 28 Feb 2023 17:15:01 +0000 Subject: [PATCH] Update changelog --- .changes/0.14.0.md | 6 ++++++ .changes/unreleased/NOTES-20230209-174759.yaml | 6 ------ CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 .changes/0.14.0.md delete mode 100644 .changes/unreleased/NOTES-20230209-174759.yaml diff --git a/.changes/0.14.0.md b/.changes/0.14.0.md new file mode 100644 index 00000000..128d3475 --- /dev/null +++ b/.changes/0.14.0.md @@ -0,0 +1,6 @@ +## 0.14.0 (February 28, 2023) + +NOTES: + +* This Go module has been updated to Go 1.18 per the [Go support policy](https://go.dev/doc/devel/release#policy). Any consumers building on earlier Go versions may experience errors ([#199](https://github.com/hashicorp/terraform-plugin-docs/issues/199)) + diff --git a/.changes/unreleased/NOTES-20230209-174759.yaml b/.changes/unreleased/NOTES-20230209-174759.yaml deleted file mode 100644 index 4cc0447f..00000000 --- a/.changes/unreleased/NOTES-20230209-174759.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: NOTES -body: This Go module has been updated to Go 1.18 per the [Go support policy](https://go.dev/doc/devel/release#policy). - Any consumers building on earlier Go versions may experience errors -time: 2023-02-09T17:47:59.646473-05:00 -custom: - Issue: "199" diff --git a/CHANGELOG.md b/CHANGELOG.md index eb34bdf9..67f493ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.14.0 (February 28, 2023) + +NOTES: + +* This Go module has been updated to Go 1.18 per the [Go support policy](https://go.dev/doc/devel/release#policy). Any consumers building on earlier Go versions may experience errors ([#199](https://github.com/hashicorp/terraform-plugin-docs/issues/199)) + # 0.13.0 (July 8, 2022) ENHANCEMENTS: