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 }}`