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: