diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ab9ca..e0e4591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ cron-notify Changelog ===================== +Version 1.0.6 +------------- + +Released: 2024-11-01 + +``` + * Fix Python 3.12 deprecations + * Update Debian build script + * Reference Arch Linux AUR package + * Refactor changelog +``` + Version 1.0.5 ------------- diff --git a/cron_notify.py b/cron_notify.py index 9340dca..2fc98bd 100644 --- a/cron_notify.py +++ b/cron_notify.py @@ -18,7 +18,7 @@ this program. If not, see . """ -__version__ = "1.0.5" +__version__ = "1.0.6" __copyright__ = "Copyright (C) 2016-2024 Daniel Rudolf" __license__ = "GPL-3"