From 635fb1bd20a383cfdf41b240660636422de30fee Mon Sep 17 00:00:00 2001 From: puetzp Date: Sat, 4 Dec 2021 16:02:38 +0100 Subject: [PATCH] Add date to v0.4 block in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b255d79..58d3ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.4.0] - Unreleased +## [0.4.0] - 2021-12-04 ### Added - Introduced new WeekdayModifier variant "Last" to select the last occurrence of some weekday, e.g. "at 6 PM (last Monday)". - Added `MultiSchedule` to accomodate a combination of several distinct `Schedule`s.