From 5f388ae147bcc1e1c34822571b2f2de40694c5d6 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Thu, 20 Jun 2024 12:07:56 +0000 Subject: [PATCH] Update changelog --- .changes/5.0.0.md | 6 ++++++ .changes/unreleased/BREAKING CHANGES-20240618-150318.yaml | 5 ----- CHANGELOG.md | 6 ++++++ 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .changes/5.0.0.md delete mode 100644 .changes/unreleased/BREAKING CHANGES-20240618-150318.yaml diff --git a/.changes/5.0.0.md b/.changes/5.0.0.md new file mode 100644 index 0000000..0d2e18e --- /dev/null +++ b/.changes/5.0.0.md @@ -0,0 +1,6 @@ +## 5.0.0 (June 20, 2024) + +BREAKING CHANGES: + +* all: goreleaser-action has been updated to the latest major version, which by default uses GoReleaser v2. Ensure your GoReleaser CLI flags and configurations are v2 compatible before upgrading these workflows. Refer to the [GoReleaser deprecations guide](https://goreleaser.com/deprecations/#removed-in-v2) for additional information. ([#97](https://github.com/hashicorp/ghaction-terraform-provider-release/issues/97)) + diff --git a/.changes/unreleased/BREAKING CHANGES-20240618-150318.yaml b/.changes/unreleased/BREAKING CHANGES-20240618-150318.yaml deleted file mode 100644 index 1e99154..0000000 --- a/.changes/unreleased/BREAKING CHANGES-20240618-150318.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BREAKING CHANGES -body: 'all: goreleaser-action has been updated to the latest major version, which by default uses GoReleaser v2. Ensure your GoReleaser CLI flags and configurations are v2 compatible before upgrading these workflows. Refer to the [GoReleaser deprecations guide](https://goreleaser.com/deprecations/#removed-in-v2) for additional information.' -time: 2024-06-18T15:03:18.780856-04:00 -custom: - Issue: "97" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9908448..5be190e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 5.0.0 (June 20, 2024) + +BREAKING CHANGES: + +* all: goreleaser-action has been updated to the latest major version, which by default uses GoReleaser v2. Ensure your GoReleaser CLI flags and configurations are v2 compatible before upgrading these workflows. Refer to the [GoReleaser deprecations guide](https://goreleaser.com/deprecations/#removed-in-v2) for additional information. ([#97](https://github.com/hashicorp/ghaction-terraform-provider-release/issues/97)) + ## 4.0.1 (May 16, 2024) NOTES: