From 429c13f9ba24bd549cd67fb1fc063b8cf3e0f3f8 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 20 Mar 2019 12:58:44 +0000 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c69f61d..b92373d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.1 +- add *sync* command combining *render* and *provision* into one task +- make cb (boolean) available in Jinja context to allow easy toggle for features relying on cloudbender in templates + ## 0.4.0 - support for environment variables in any config file Example: `profile: {{ env.AWS_DEFAULT_PROFILE }}`