From b2942d33147733a55517f8fcfcb379cdb59f543d Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 23 Oct 2018 15:14:10 -0700 Subject: [PATCH] Adding changelog. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..f9f8947 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,5 @@ +0.0.5 (unreleased) + +* Backup and snapshot commands have now been moved to under the force subcommand as these are expensive operations +and the subcommand should reflect that. +* Cobra library upgrade. \ No newline at end of file