From 163605dec1e1ae23d7fe302993daec322b883bf1 Mon Sep 17 00:00:00 2001 From: Yann Coleu Date: Thu, 22 Oct 2020 09:26:40 +0200 Subject: [PATCH] update changelog for v0.2.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3a6aa..819ac8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Untrak Changelog +## v0.2.0 - 2020-10-22 +Thanks to @almariah ! + +* Support building osx binaries on tags (#4) +* Compare only name and kind if the resourceIn is not namespaced (#4) +* Support flag to fail on untracked resources (#4) +* Add support for env variables to be substitute in args (#4) + ## v0.1.1 - 2020-05-27 * Fix yaml parsing bug + ## v0.1.0 - 2019-03-26 * Initial Release \ No newline at end of file