From 1a95da22e3e99cd61b018a32c56ac911f3fd6899 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Thu, 6 Jun 2024 14:56:57 +0100 Subject: [PATCH] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7040d0e..d768f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,3 +30,5 @@ This is a breaking change, and to migrate you must do the following: ```console $ ./kill-the-newsletter/kill-the-newsletter ./configuration.mjs --migrate ../kill-the-newsletter--old/data/kill-the-newsletter.db >> ./migration.txt 2>&1 ``` + + > **Note:** The `--migrate` option is only available in version 2.0.1. You first have to migrate to it, then to the later versions above.