diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a4cf4..1b576f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/wayofdev/gh-actions-terragrunt/compare/v1.2.0...v1.3.0) (2024-01-08) + + +### Features + +* added cache folders and variables ([d8de2c6](https://github.com/wayofdev/gh-actions-terragrunt/commit/d8de2c65ebd41f2d2955866e19a08ca118c30ecb)) + ## [1.2.0](https://github.com/wayofdev/gh-actions-terragrunt/compare/v1.1.1...v1.2.0) (2023-12-11) diff --git a/package.json b/package.json index 0892404..9fc004b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-actions-terragrunt", - "version": "1.2.0", + "version": "1.3.0", "repository": { "url": "https://github.com/wayofdev/gh-actions-terragrunt.git" }