From 096d23e131147923f17360df3843378e65650cfb Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 21 Apr 2017 21:55:13 +0200 Subject: [PATCH] prepare release v1.0.0 --- History.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/History.md b/History.md index 939461f..c90a2ba 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +# 1.0.0 / 2017-04-21 + +This version introduces a breaking change: The vault keys are no longer provided as arguments to the command but as parameters. Also this introduces the potential to supply multiple vault keys. Their contents will be combined and supplied as environment variables to the executed command or the export statements. + + * Breaking: Move vault keys to parameters + * Breaking: Remove deprecated AppID authentication + * Fix: Missing parameter in README + # 0.6.1 / 2016-11-21 * Add github publishing