diff --git a/CHANGELOG.md b/CHANGELOG.md index 084dec8..02ab55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -# Unreleased +# 2.2 - 2022-09-22 - Make validation error messages similar to Debian cron error messages - Change day-of-month and day-of-week handling to mimic Debian cron more closely diff --git a/setup.py b/setup.py index c1a5d0e..35fa18c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="cronsim", - version="2.1", + version="2.2", url="https://github.com/cuu508/cronsim", license="BSD", author="PÄ“teris Caune",