From dcb27f64c2240327b38521d2fe663d80078974fc Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Thu, 25 Oct 2018 19:41:23 -0700 Subject: [PATCH] Release 0.0.5 --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4d8d941..0827b32 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,8 @@ -0.0.5 (unreleased) +0.0.5 * 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. * Added version command. * Added ability to use config config file. By default this file will be located in /etc/aurora/australis.yml -* Changed insecureSkipVerify to skipCertVerification. \ No newline at end of file +* Changed insecureSkipVerify to skipCertVerification.