From 604a1da0e99444d57f473009a8b9a9329c4f8454 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 10:15:58 +0000 Subject: [PATCH] chore(main): release 7.1.0 (#324) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-manifest.json b/.release-manifest.json index aeda91d8..58ef57e0 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e9194753..c62da6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.0](https://github.com/uktrade/terraform-platform-modules/compare/7.0.0...7.1.0) (2025-01-31) + + +### Features + +* DBTP-1687 Reduce length of artifact and KMS key names ([#323](https://github.com/uktrade/terraform-platform-modules/issues/323)) ([0b5241b](https://github.com/uktrade/terraform-platform-modules/commit/0b5241b2e878692f4b3b9986492e44ba81b071d6)) + ## [7.0.0](https://github.com/uktrade/terraform-platform-modules/compare/6.1.0...7.0.0) (2025-01-28)