From 251b78f39f1394babfad25c364ca9ccc17ba4622 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 27 Nov 2012 09:59:04 +0000 Subject: Version bump + changelog --- debian/changelog | 8 ++++++++ lib/mauve/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 33da2c6..80ea131 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mauvealert (3.11.6-1) stable; urgency=low + + * Added dm-validations monkey-patch to automatically save validation + failures, when no failures are given. + * Reverted change to AlertChanged. + + -- Patrick J Cherry Tue, 27 Nov 2012 09:55:44 +0000 + mauvealert (3.11.5-1) stable; urgency=low * Now uses ruby-ipaddress instead of IPAddr. diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index bd0e8cf..ced6847 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.11.4" + VERSION="3.11.6" end -- cgit v1.2.1