diff --git a/CHANGELOG.md b/CHANGELOG.md index e324657..de88824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ -## [0.1.3](https://github.com/devops-consultants/terraform-checks/compare/v0.1.2...v0.1.3) (2024-07-23) +## [0.1.4](https://github.com/devops-consultants/terraform-checks/compare/v0.1.3...v0.1.4) (2024-07-23) ### Bug Fixes -* added .terraformrc to configure plugin_cache_dir ([9869b85](https://github.com/devops-consultants/terraform-checks/commit/9869b8571e7e46d27250f688297544391706df96)) +* use conventionalcommits preset for changelog ([8854119](https://github.com/devops-consultants/terraform-checks/commit/88541197903fca820e8059a35122d8bc735317b1)) + +## [0.1.3](https://github.com/devops-consultants/terraform-checks/compare/v0.1.2...v0.1.3) (2024-07-23) +### Bug Fixes + +* added .terraformrc to configure plugin_cache_dir ([9869b85](https://github.com/devops-consultants/terraform-checks/commit/9869b8571e7e46d27250f688297544391706df96)) ## [0.1.2](https://github.com/devops-consultants/terraform-checks/compare/v0.1.1...v0.1.2) (2024-07-23) @@ -14,8 +19,6 @@ * Renamed MODULE_DIR to TF_MODULE_PATH ([14f3ed9](https://github.com/devops-consultants/terraform-checks/commit/14f3ed9105b848f75e9e3e40bc4b14f736d4245d)) - - ## [0.1.1](https://github.com/devops-consultants/terraform-checks/compare/v0.1.0...v0.1.1) (2024-07-23) @@ -23,14 +26,10 @@ * corrected github token ([066537f](https://github.com/devops-consultants/terraform-checks/commit/066537ff9a759e77f3bb8b7c640d3ae2a9b15414)) - - -# [0.1.0](https://github.com/devops-consultants/terraform-checks/compare/cd6f21941b3e44538996114cd57cd511f693d6c3...v0.1.0) (2024-07-23) +## [0.1.0](https://github.com/devops-consultants/terraform-checks/compare/cd6f21941b3e44538996114cd57cd511f693d6c3...v0.1.0) (2024-07-23) ### Features * new image for scanning terraform code ([cd6f219](https://github.com/devops-consultants/terraform-checks/commit/cd6f21941b3e44538996114cd57cd511f693d6c3)) - - diff --git a/version.json b/version.json index 3026882..6bc32e7 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.1.3" + "version": "0.1.4" } \ No newline at end of file