diff --git a/CHANGELOG.md b/CHANGELOG.md index 6362b2051..ac7aa7e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 6.15.3 *(2021-10-11)* +---------------------------- + + * Properly handle color customization of remote CalDAV calendars + * Added a toggle to start the weekly view with the current day + * Allow adding reminders at importing holidays + * Added a couple translation and stability improvements + Version 6.15.2 *(2021-09-26)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/207.txt b/fastlane/metadata/android/en-US/changelogs/207.txt new file mode 100644 index 000000000..884299580 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/207.txt @@ -0,0 +1,4 @@ + * Properly handle color customization of remote CalDAV calendars + * Added a toggle to start the weekly view with the current day + * Allow adding reminders at importing holidays + * Added a couple translation and stability improvements