From 7930105bda4dca62016ffc2655b33dcf960b4004 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:17:29 +0100 Subject: [PATCH] chore(main): release 2.2.0 (#41) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3db..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b035b1a..afa5990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://github.com/dwp/github-action-kitchen-terraform/compare/v2.1.0...v2.2.0) (2024-06-19) + + +### Features + +* **gemfile:** update kitchen terraform to use v7 ([#44](https://github.com/dwp/github-action-kitchen-terraform/issues/44)) ([42b75c6](https://github.com/dwp/github-action-kitchen-terraform/commit/42b75c6665ec2f154f9581d40e8d9b95630e5619)) + + +### Bug Fixes + +* update terraform version for container ([#40](https://github.com/dwp/github-action-kitchen-terraform/issues/40)) ([1d30681](https://github.com/dwp/github-action-kitchen-terraform/commit/1d3068146c2e9bb0e7b9a101af926e6b4f46e6f6)) + ## [2.1.0](https://github.com/dwp/github-action-kitchen-terraform/compare/v2.0.1...v2.1.0) (2023-08-16)