From 2a76e3e2b4e75ee6480466109cb7db8d0c04e8d3 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 30 Sep 2020 16:47:53 -0700 Subject: [PATCH] 1.0.1 release --- cmd/root.go | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 6e503cf..d91a48b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -49,7 +49,7 @@ var updateID string var monitor bool var log = logrus.New() -const australisVer = "v1.0.0" +const australisVer = "v1.0.1" var forceDrainTimeout time.Duration diff --git a/debian/changelog b/debian/changelog index 0677aa4..96a761f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +australis (1.0.1) stable; urgency=medium + + * Added flag -m and --monitor that can be set in order to monitor a job creation or a job kill. By default monitor is set to true. + + -- Renan Del Valle Wed, 30 Sep 2020 16:46:56 -0700 + australis (1.0.0) stable; urgency=medium * First stable release.