diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f550f..4df92b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2.0.5 ยท 2024-06-06 - Added support for attachments (https://github.com/leafac/kill-the-newsletter/issues/66). diff --git a/source/index.mts b/source/index.mts index dd55f7c..63011aa 100644 --- a/source/index.mts +++ b/source/index.mts @@ -97,7 +97,7 @@ application.partials = {} as any; utilities.log( "KILL THE NEWSLETTER!", - "2.0.4", + "2.0.5", "START", application.commandLineArguments.values.type ?? application.configuration.hostname,