diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
2 files changed, 9 insertions, 1 deletions
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 <patrick@bytemark.co.uk> 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 |