From 97f427b49b0cd05db291e6674e5a5aa115870d84 Mon Sep 17 00:00:00 2001 From: Chris H Date: Fri, 24 Nov 2023 17:09:12 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 117f482..9b3986c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## V1.2.3 +- Fixed attachment deletion bug +- Fixed random email generation + ## V1.2.0 - Implemented IP/Subnet filter using the config option `ALLOWED_IPS` - Implemented Password authentication of the site and API using config option `PASSWORD`