From 71aaa2a4aa8c42b1c554054732ea5e4c1ac25623 Mon Sep 17 00:00:00 2001 From: mhoffm Date: Sat, 26 Jun 2021 11:15:55 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeda69d..f715311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.2.0 - 2021-06-26 + +feature: +* add quoted templates and heredoc templates +* still missing template directives though + +quality: +* collect corpus of real world hcl files from github +* add github actions + ## 0.1.0 - 2021-06-13 * initial version