Skip to content

Commit

Permalink
Update changelog to version 1.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
endelwar committed Mar 22, 2024
1 parent a16f6c2 commit f84d6b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 1.2.23
### Added
- Support for handling the `uopz` extension to prevent the application from breaking due to disabled `exit` calls by `uopz`.

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

/**
Expand Down

0 comments on commit f84d6b0

Please sign in to comment.