aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--lib/mauve/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c672479..9345a15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.9.4) stable; urgency=low
+
+ * Clear cleared_at time if raised_at time is set on alert reception.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Mon, 02 Jul 2012 11:33:35 +0100
+
mauvealert (3.9.3) stable; urgency=low
* no_one_in is now only called once per DuringRunner instance per
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index c40e319..9bd57e0 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.9.3"
+ VERSION="3.9.4"
end