diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4aef4..39377bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.1](https://github.com/autero1/action-terragrunt/compare/v1.0.0...v1.0.1) (2021-02-09) + + + + # [1.0.0](https://github.com/autero1/action-terragrunt/compare/v0.1.0...v1.0.0) (2020-12-15) - Fix CVE-2020-15228 with GitHub Actions Path and Environment variables diff --git a/package-lock.json b/package-lock.json index c8dc12a..8c2c2e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-terragrunt", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 21eb67b..a879626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-terragrunt", - "version": "1.0.0", + "version": "1.0.1", "description": "GitHub action for setting up Terragrunt", "author": "Petri Autero", "license": "MIT",