diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5099974..033186b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2f819d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [4.1.0](https://github.com/LBHackney-IT/terraform-action/compare/v4.0.0...v4.1.0) (2025-02-14) + + +### Features + +* add an optional terraform version to use ([1f5ecdd](https://github.com/LBHackney-IT/terraform-action/commit/1f5ecddc50c53c1375516213863c767699d19afc)) +* adding action ([#19](https://github.com/LBHackney-IT/terraform-action/issues/19)) ([d9839c4](https://github.com/LBHackney-IT/terraform-action/commit/d9839c483663c90a4870fac258b724833fd68e02)) +* adding release please ([#27](https://github.com/LBHackney-IT/terraform-action/issues/27)) ([a0c509b](https://github.com/LBHackney-IT/terraform-action/commit/a0c509b884b878d9e5664963c20f510aa7b388a3)) +* adding Release please configuration and adding quoted to false … ([#20](https://github.com/LBHackney-IT/terraform-action/issues/20)) ([7255e7b](https://github.com/LBHackney-IT/terraform-action/commit/7255e7b8478c3beadcea51695fefcd8eccbc6bf0)) +* adding Release please configuration and adding quoted to false in destroy ([7255e7b](https://github.com/LBHackney-IT/terraform-action/commit/7255e7b8478c3beadcea51695fefcd8eccbc6bf0)) +* changing checkov version ([#15](https://github.com/LBHackney-IT/terraform-action/issues/15)) ([ad159aa](https://github.com/LBHackney-IT/terraform-action/commit/ad159aa8a3bb37fbba7371e0cb43545b37d2ed30)) + + +### Bug Fixes + +* **yml:** Removing what we think is an extra setup-terraform step ([#14](https://github.com/LBHackney-IT/terraform-action/issues/14)) ([c37b87a](https://github.com/LBHackney-IT/terraform-action/commit/c37b87a92892fa530351a651747a36d4a9fcadbb))