diff --git a/CHANGELOG b/CHANGELOG index 32a6289..c99bcfc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.0.9 (unreleased) + + 0.0.8 * Updated default timeouts and durations for sla-aware draining. diff --git a/cmd/root.go b/cmd/root.go index 6be61da..88753e1 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -32,7 +32,7 @@ var updateID string var statusList = make([]string, 0, 0) var log = logrus.New() -const australisVer = "v0.0.8" +const australisVer = "v0.0.9" var forceDrainTimeout time.Duration diff --git a/debian/changelog b/debian/changelog index 31bdcb8..06f361c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +australis (0.0.9) unstable; urgency=medium + + * Unreleased + + -- Renan DelValle Fri, 25 Mar 2019 15:10:00 -0700 + australis (0.0.8) unstable; urgency=medium * Upgraded default timeouts and durations for sla-aware draining.