From 53b614ddf91969761efad69cd934bb5951352670 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:07:23 +0000 Subject: [PATCH] chore(main): release 7.0.0 --- .release-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-manifest.json b/.release-manifest.json index 8ace9152..aeda91d8 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.0" + ".": "7.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 672d7737..e9194753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [7.0.0](https://github.com/uktrade/terraform-platform-modules/compare/6.1.0...7.0.0) (2025-01-28) + + +### ⚠ BREAKING CHANGES + +* DBTP-1503 - Cross account deploy and manual release pipeline ([#306](https://github.com/uktrade/terraform-platform-modules/issues/306)) + +### Features + +* DBTP-1503 - Cross account deploy and manual release pipeline ([#306](https://github.com/uktrade/terraform-platform-modules/issues/306)) ([7446c84](https://github.com/uktrade/terraform-platform-modules/commit/7446c84f9fc05b5c2e4ec81571ae7ffa1ae1fb14)) + ## [6.1.0](https://github.com/uktrade/terraform-platform-modules/compare/6.0.1...6.1.0) (2025-01-28)