From 0ad974e4833d52dfea55c1384d06ce678ed748d8 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Mon, 27 Mar 2023 16:22:49 +0000 Subject: [PATCH] Update changelog --- .changes/0.15.0.md | 6 ++++++ .changes/unreleased/NOTES-20230228-130401.yaml | 7 ------- CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 .changes/0.15.0.md delete mode 100644 .changes/unreleased/NOTES-20230228-130401.yaml diff --git a/.changes/0.15.0.md b/.changes/0.15.0.md new file mode 100644 index 00000000..0ad3d5c0 --- /dev/null +++ b/.changes/0.15.0.md @@ -0,0 +1,6 @@ +## 0.15.0 (March 27, 2023) + +NOTES: + +* all: This Go module has been updated to Go 1.19 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.19 release notes](https://go.dev/doc/go1.19) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#266](https://github.com/hashicorp/terraform-plugin-go/issues/266)) + diff --git a/.changes/unreleased/NOTES-20230228-130401.yaml b/.changes/unreleased/NOTES-20230228-130401.yaml deleted file mode 100644 index c61e7ccc..00000000 --- a/.changes/unreleased/NOTES-20230228-130401.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: NOTES -body: 'all: This Go module has been updated to Go 1.19 per the [Go support policy](https://go.dev/doc/devel/release#policy). - It is recommended to review the [Go 1.19 release notes](https://go.dev/doc/go1.19) - before upgrading. Any consumers building on earlier Go versions may experience errors.' -time: 2023-02-28T13:04:01.29554-05:00 -custom: - Issue: "266" diff --git a/CHANGELOG.md b/CHANGELOG.md index c3789657..5d784cea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.15.0 (March 27, 2023) + +NOTES: + +* all: This Go module has been updated to Go 1.19 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.19 release notes](https://go.dev/doc/go1.19) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#266](https://github.com/hashicorp/terraform-plugin-go/issues/266)) + # 0.14.3 (January 5, 2023) BUG FIXES: