From 6b7039473ed94c898c04f1a703b3a253af1c781e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:04:24 +0100 Subject: [PATCH] chore(main): release 1.1.0 (#91) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-manifest.json b/.release-manifest.json index 37fcefaab..5fdd88304 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..a2e7f8c92 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [1.1.0](https://github.com/uktrade/terraform-platform-modules/compare/1.0.0...1.1.0) (2024-04-19) + + +### Features + +* DBTP 843 vpc peering ([#83](https://github.com/uktrade/terraform-platform-modules/issues/83)) ([3684d87](https://github.com/uktrade/terraform-platform-modules/commit/3684d877bf631a19aaf214dee330c55f3a42c0fb)) +* DBTP-892 release-please to automate releases/tagging ([#89](https://github.com/uktrade/terraform-platform-modules/issues/89)) ([a8d4754](https://github.com/uktrade/terraform-platform-modules/commit/a8d4754baf2de1d18e3d8ddedb90133627240383)) + + +### Bug Fixes + +* Add domain provider alias to extensions unit test ([#86](https://github.com/uktrade/terraform-platform-modules/issues/86)) ([4a62675](https://github.com/uktrade/terraform-platform-modules/commit/4a62675df58a522717ec93a16fddcc42c0e8e3df)) +* DBTP-896 - invalid opensearch config ([#73](https://github.com/uktrade/terraform-platform-modules/issues/73)) ([7e30b05](https://github.com/uktrade/terraform-platform-modules/commit/7e30b05036c2b3281ce28f58feaa1957c7c281a2)) +* Parameterised account ID in unit test to allow tests to run in other accounts ([#84](https://github.com/uktrade/terraform-platform-modules/issues/84)) ([cec7852](https://github.com/uktrade/terraform-platform-modules/commit/cec7852be7c7e73393fb34b15a1b53eecb4a5ec5))