From edfaa462dd34e7927b01b7bebae075e41b647479 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 13 Aug 2015 14:44:42 +0100 Subject: [PATCH] Bump alaveteli version --- config/initializers/alaveteli.rb | 2 +- doc/CHANGES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb index 93c91518f0..68d8348b95 100644 --- a/config/initializers/alaveteli.rb +++ b/config/initializers/alaveteli.rb @@ -11,7 +11,7 @@ load "util.rb" # Application version -ALAVETELI_VERSION = '0.22.1.0' +ALAVETELI_VERSION = '0.22.2.0' # Add new inflection rules using the following format # (all these examples are active by default): diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 0089ec494d..9fb17e4e3f 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,5 +1,7 @@ # develop +# Version 0.22.2.0 + ## Highlighted Features * Adds filtering of incoming mail based on a spam score from SpamAssassin. @@ -7,6 +9,10 @@ See http://alaveteli.org/docs/customising/config#incoming_email_spam_action for configuration instructions (Gareth Rees). +## Upgrade Notes + +* There should be no action necessary. + # Version 0.22.1.0 ## Highlighted Features