From 3d60a8870f0302f710d9639fd77cfdcc8a1a7166 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:59:22 +0200 Subject: [PATCH] chore: release main (#84) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 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 2680b4d..7810945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/oslokommune/reusable-terraform-plan-apply/compare/v2.1.0...v2.2.0) (2024-07-25) + + +### Features + +* Only run apply job when diff is non-empty (changes present) ([#83](https://github.com/oslokommune/reusable-terraform-plan-apply/issues/83)) ([7425e1f](https://github.com/oslokommune/reusable-terraform-plan-apply/commit/7425e1ffa2c050f5247f6933427f0be4a1bd2707)) + ## [2.1.0](https://github.com/oslokommune/reusable-terraform-plan-apply/compare/v2.0.0...v2.1.0) (2024-07-25)