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 50b681c..d6989bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.13.1-1) stable; urgency=low
+
+ * Rewrote decision code for notifying on save for an alert.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 29 Nov 2012 16:17:11 +0000
+
mauvealert (3.12.1-1) stable; urgency=low
* Added optional notification suppression for alerts.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index e0ba8a7..4b696c1 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.12.1"
+ VERSION="3.13.1"
end