CHANGELOG.md in fugit-1.6.0 vs CHANGELOG.md in fugit-1.7.0
- old
+ new
@@ -1,8 +1,15 @@
# CHANGELOG.md
+## fugit 1.7.0 released 2022-09-15
+
+* Introduce the & cron syntax (day-of-month AND day-of-week), gh-78
+* Change how cron deals with modulo and offset, gh-76
+* Be liberal with extra commas, gh-77
+
+
## fugit 1.6.0 release 2022-08-25
* Ensure input strings are stripped before parsing, gh-74