Skip to content

Commit

Permalink
Update changelog for version 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
endelwar committed Apr 18, 2018
1 parent 55f343f commit f103826
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.2.9
-----------
Improvements
- Use new GeoLite2 database to replace deprecated GeoLite Legacy databases

Fixes
- Parse correctly GPG signed e-mail (#1053)
- Send empty quarantine reports over user_manager (#1054)

1.2.8
-----------
Improvements
Expand Down
2 changes: 1 addition & 1 deletion mailscanner/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ function getVirusRegex($scanner = null)
*/
function mailwatch_version()
{
return '1.2.8';
return '1.2.9';
}

/**
Expand Down

0 comments on commit f103826

Please sign in to comment.