From a0967710eed1c57b493d498a5fdd5f639fc66210 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 28 Nov 2018 20:32:54 +0100 Subject: [PATCH] prepare release v2.0.0 --- History.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 0213d78..d075349 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +# 2.0.0 / 2018-11-28 + + * Switch to dep for vendoring, update vendored libs + * [#2] Implement obfuscation of secrets in output #3 + * This is a **breaking change**: The new default is to obfuscate the secrets in the output which means software relying on having secrets embedded in the output need to adopt for this using the `-o none` parameter to disable obfuscation. + * Link to usage examples in Wiki + * Add docs for sub-commands with arguments + # 1.1.1 / 2018-01-21 * Fix: Reduce number of errors caused by empty transform set @@ -68,4 +76,4 @@ This version introduces a breaking change: The vault keys are no longer provided # 0.1.0 / 2016-05-29 - * First version \ No newline at end of file + * First version