From 4bd842db6670bf6929ecc137c23a89609fa12131 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 1 Mar 2021 11:41:44 +0100 Subject: [PATCH] Mark new release of abra --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfff8df2..4db93a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # abra x.x.x (UNRELEASED) +# abra 0.5.0 (2021-03-01) + - `secret auto` merged into `secret generate` and `app new --auto` is now `app new --secrets` ([#64](https://git.autonomic.zone/coop-cloud/abra/pulls/64)) - Avoid outputting length during secret generation when not in use ([#67](https://git.autonomic.zone/coop-cloud/abra/issues/67)) - Support graceful failure when missing secret generation commands ([44d3ac3](https://git.autonomic.zone/coop-cloud/abra/commit/44d3ac3a1cb86edc9b9e91eea1a00e70eae14965))