diff --git a/CHANGELOG.md b/CHANGELOG.md index 62eab2f..5caa10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.0.4](https://github.com/takaishi/tfclean/compare/v0.0.3...v0.0.4) - 2024-08-31 +- chore: update README by @takaishi in https://github.com/takaishi/tfclean/pull/9 +- feat: support removed block by @takaishi in https://github.com/takaishi/tfclean/pull/11 +- fix: scanner by @takaishi in https://github.com/takaishi/tfclean/pull/12 +- Feat/remove all blocks by @takaishi in https://github.com/takaishi/tfclean/pull/13 + ## [v0.0.3](https://github.com/takaishi/tfclean/compare/v0.0.2...v0.0.3) - 2024-08-29 - fix: failure parsing to string like module.foo["hoge"] by @takaishi in https://github.com/takaishi/tfclean/pull/7