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.