diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2fc8e..8547bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/theappnest/terraform-monorepo-action/compare/v2.2.0...v2.3.0) (2023-01-24) + + +### Features + +* enable config to determine which basefile names we match ([#224](https://github.com/theappnest/terraform-monorepo-action/issues/224)) ([58c4da9](https://github.com/theappnest/terraform-monorepo-action/commit/58c4da9d52b7243e4eb4031b978801e0274109c8)) + ## [2.2.0](https://github.com/theappnest/terraform-monorepo-action/compare/v2.1.0...v2.2.0) (2023-01-23) diff --git a/package.json b/package.json index 95f8440..5351fdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-monorepo-action", - "version": "2.2.0", + "version": "2.3.0", "private": true, "main": "lib/main.js", "scripts": {