Updated CHANGELOG

This commit is contained in:
Anton Babenko 2020-01-13 11:41:09 +01:00
commit 9fd71e3934

View file

@ -3,9 +3,16 @@
<a name="v1.22.0"></a>
## [v1.22.0] - 2020-01-13
- move terraform-docs args after markdown command ([#83](https://github.com/antonbabenko/pre-commit-terraform/issues/83))
<a name="v1.21.0"></a>
## [v1.21.0] - 2019-11-16
- Updated CHANGELOG
- use getopt for args in the tflint hook, following the approach in terraform-docs ([#75](https://github.com/antonbabenko/pre-commit-terraform/issues/75))
@ -217,7 +224,8 @@
- Initial commit
[Unreleased]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.21.0...HEAD
[Unreleased]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.22.0...HEAD
[v1.22.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.21.0...v1.22.0
[v1.21.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.20.0...v1.21.0
[v1.20.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.19.0...v1.20.0
[v1.19.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.18.0...v1.19.0