From 8afbea9b313db70d89b17abbb04c79b1094f05cd Mon Sep 17 00:00:00 2001 From: cliffmccarthy <16453869+cliffmccarthy@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:58:55 -0500 Subject: [PATCH] chore: Add CHANGELOG.md entry for cmdeploy refactor --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c08ce5..3c64d2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## untagged +- Organized cmdeploy into install, configure, and activate stages + ([#695](https://github.com/chatmail/relay/pull/695)) + - docs: move readme.md docs to sphinx documentation rendered at https://chatmail.at/doc/relay ([#711](https://github.com/chatmail/relay/pull/711))