diff --git a/CHANGELOG.md b/CHANGELOG.md index 3148aedb5..fd222ecb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 1.2.19 ### Improvements - More performant and reliable milter queue relay parsing - Permit IPv4-mapped IPv6 address in audit_log table diff --git a/mailscanner/functions.php b/mailscanner/functions.php index e5447f00e..d70c9d89e 100644 --- a/mailscanner/functions.php +++ b/mailscanner/functions.php @@ -249,7 +249,7 @@ function getVirusRegex($scanner = null) */ function mailwatch_version() { - return '1.2.18'; + return '1.2.19'; } /**