diff --git a/changelog/67_UNRELEASED_xxxx-xx-xx.md b/changelog/67_3.3.0_2022-04-08.md similarity index 99% rename from changelog/67_UNRELEASED_xxxx-xx-xx.md rename to changelog/67_3.3.0_2022-04-08.md index 454f24ae..4dad4b80 100644 --- a/changelog/67_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/67_3.3.0_2022-04-08.md @@ -67,7 +67,7 @@ ### Meal plan -- The day is now editable in the edit dialog of any meal plan entry, which makes it possible to move entries to a different day +- The day is now editable on the edit dialog of any meal plan entry, which makes it possible to move entries to a different day - Fixed that it was not possible to print the meal plan (and other pages) in landscape (thanks @miguelangel-nubla) ### Chores diff --git a/version.json b/version.json index f9362218..62f284e9 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.2.0", - "ReleaseDate": "2022-02-11" + "Version": "3.3.0", + "ReleaseDate": "2022-04-08" }