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