diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dfbc22..fea5c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/liatrio/terraform-change-pr-commenter/compare/v1.6.0...v1.7.0) (2024-09-03) + + +### Features + +* adds an input for showing the full list of changed resources in the action output ([#68](https://github.com/liatrio/terraform-change-pr-commenter/issues/68)) ([815d669](https://github.com/liatrio/terraform-change-pr-commenter/commit/815d669c00d3bcb18303a846c49ef49cd2ab19db)) + # [1.6.0](https://github.com/liatrio/terraform-change-pr-commenter/compare/v1.5.0...v1.6.0) (2024-09-03) diff --git a/package.json b/package.json index 53f64c1..203a5e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-change-pr-commenter", - "version": "1.6.0", + "version": "1.7.0", "description": "GitHub Action to read changes from Terraform plan JSON, summarize changes, and post them in a GitHub Pull Request Comment", "main": "index.js", "scripts": {