diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb75b3..7d2fc8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/theappnest/terraform-monorepo-action/compare/v2.1.0...v2.2.0) (2023-01-23) + + +### Features + +* resolve issues with running this action on a schedule ([#222](https://github.com/theappnest/terraform-monorepo-action/issues/222)) ([3494273](https://github.com/theappnest/terraform-monorepo-action/commit/3494273d926aeb41b307bc2c02442e94045942d0)) + ## [2.1.0](https://github.com/theappnest/terraform-monorepo-action/compare/v2.0.0...v2.1.0) (2022-11-23) diff --git a/package.json b/package.json index 73852d5..95f8440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-monorepo-action", - "version": "2.1.0", + "version": "2.2.0", "private": true, "main": "lib/main.js", "scripts": {