diff --git a/CHANGELOG_AiutoPcAmico.md b/CHANGELOG_AiutoPcAmico.md index 844e4a7e..f04ff470 100644 --- a/CHANGELOG_AiutoPcAmico.md +++ b/CHANGELOG_AiutoPcAmico.md @@ -11,6 +11,11 @@ Where: ========= +Version 67.2.0 (January 28, 2024) +------------------------------ + +* Imported commit from upstream project regarding SMTP smuggling + Version 67.1.2 (December 29, 2023) ------------------------------ diff --git a/README.md b/README.md index 912d0095..76dffb87 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Original project: [https://github.com/mailinabox/mailinabox](https://github.com/ ## Version -Current version: v67.1.2-AiutoPcAmico +Current version: v67.2.0-AiutoPcAmico Upstream current implemented version: v67 ## Changes implemented diff --git a/management/status_checks.py b/management/status_checks.py index 7c508885..48d2fb70 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -913,7 +913,7 @@ def list_apt_updates(apt_update=True): def what_version_is_this(env): # START AiutoPcAmico modification - return "v67.1.2-AiutoPcAmico" + return "v67.2.0-AiutoPcAmico" # END AiutoPcAmico modification