From 94a9ddfcddcea92e177e3c5ff4b457d8478e01a8 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:47:16 +0200 Subject: [PATCH] chore(master): release 1.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 442f398..d2a4cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/wayofdev/gh-actions-terragrunt/compare/v1.1.1...v1.2.0) (2023-12-11) + + +### Features + +* added apply strategies ([ef1ec95](https://github.com/wayofdev/gh-actions-terragrunt/commit/ef1ec95acc2107114627396ca4af47dcc356035b)) + + +### Bug Fixes + +* labeler ([a7e43e5](https://github.com/wayofdev/gh-actions-terragrunt/commit/a7e43e5d9fd609cd6c4cdb5c768a1195bf240406)) +* terragrunt version ([ce30b73](https://github.com/wayofdev/gh-actions-terragrunt/commit/ce30b7372047101110d3477f48980a969fc47a2b)) + ## [1.1.1](https://github.com/wayofdev/gh-actions-terragrunt/compare/v1.1.0...v1.1.1) (2023-11-21) diff --git a/package.json b/package.json index ee6494b..0892404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-actions-terragrunt", - "version": "1.1.1", + "version": "1.2.0", "repository": { "url": "https://github.com/wayofdev/gh-actions-terragrunt.git" }