v12.40.1
- Allows scheduling tasks to run on multiple specific days of the month - Supports both array and variadic syntax: daysOfMonth(1, 15) or daysOfMonth([1, 15]) - Useful for tasks that need to run on specific dates (payroll, reports, etc.) - Add comprehensive tests