Updated CHANGELOG

This commit is contained in:
Anton Babenko 2021-02-20 20:18:54 +01:00
commit f189a114b1

View file

@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
<a name="v1.46.0"></a>
## [v1.46.0] - 2021-02-20
- fix: Terraform validate for submodules ([#172](https://github.com/antonbabenko/pre-commit-terraform/issues/172))
<a name="v1.45.0"></a>
## [v1.45.0] - 2020-11-12
@ -117,7 +123,7 @@ All notable changes to this project will be documented in this file.
- fix: Change terraform_validate hook functionality for subdirectories with terraform files ([#100](https://github.com/antonbabenko/pre-commit-terraform/issues/100))
###
###
configuration for the appropriate working directory.
@ -381,7 +387,8 @@ https://github.com/antonbabenko/pre-commit-terraform/commit/35e0356188b64a4c5af9
- Initial commit
[Unreleased]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.45.0...HEAD
[Unreleased]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.46.0...HEAD
[v1.46.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.45.0...v1.46.0
[v1.45.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.44.0...v1.45.0
[v1.44.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.43.1...v1.44.0
[v1.43.1]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.43.0...v1.43.1