From 1330617443c1a1a2ccf2aa9bab38e12ac568cb80 Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Fri, 3 Aug 2018 06:02:42 +0200 Subject: [PATCH] update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 928f612..7d35588 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,11 @@ Port mappings may change (as they have in the past). If SMTP/HTTP(s) is not work ### Anti-Spam / Antivirus The initial design for the container was to be simple, minimal, and customizable, so Spamassassin and ClamAV are not included by default. Feel free to fork and add to the Dockerfile (though you must set docker-compose.yml to build from Dockerfile and not pull an image), or add them by linking additional containers. + +### Updates + +- v2.0.0 + * Update to more reliable version of YAML management system + * Split into ubuntu and alpine images +- v1.0.0 + * Initial Release