From dd1c72b2d5e54fb8c1d740173e8de5586411c2e3 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 8 May 2019 15:05:14 +0000 Subject: [PATCH] Update CHANGELOG for 0.9.0 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 54073c8..9274e6b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## 0.9.0 +- TEST mode to be enabled explictly via environment variable +- optional ( enabled by default ) IAM account_id to alias lookup +- minor bugfixes and cleanup +- full CI/CD pipeline using drone.io +- removed AWS online dependencies from tests + ## 0.8.6 - added feature to resolve the AWS AccountID to account alias enabled by default, can be disabled via os.env `RESOLVE_ACCOUNT`