diff --git a/CHANGELOG.md b/CHANGELOG.md index e97b1fc..e5f9907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.4.0] - 2023-12-22 + +- Added support for named months and wdays +- Keyword arguments: before:, after: + ## [0.3.0] - 2023-12-22 - Added support for DOWs diff --git a/README.md b/README.md index 970fcef..c85a11f 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ Now, you can use one of three methods `#in`, `#next`, `#last` to determine cron ### Using `#in` Calculates cron job occurrences within a given time period.\ -@param period [Range] The time period for which to calculate cron job occurrences.\ -@return [Array