Skip to content

Commit

Permalink
Set release version to 1.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
endelwar committed Mar 22, 2024
1 parent 03829bd commit f558812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## Unreleased

## 1.2.22
### Fixes
- More relaxed regex for MaxMind geoip database download on HTTP/2 connection (#1289)
- Fix report email (#1209)
- Validate on new exim id format (#1294)
- Permit + and = chars in email for sendmail (#1291)
- Fix Message Listing on Mysql 8+ (#1295)
- Fix MaxMind database download when curl extension is not available (#1297)
- Update certificate data

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

/**
Expand Down

0 comments on commit f558812

Please sign in to comment.