diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6489644..b8e528d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 6.7.0 *(2019-11-17)* +---------------------------- + + * Fixed some repeating CalDAV synced events not showing up properly + * Improved the event sorting at the monthly widget + * Properly refresh CalDAV synced events in the background + * Some translation and stability improvements + Version 6.6.5 *(2019-11-06)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/164.txt b/fastlane/metadata/android/en-US/changelogs/164.txt new file mode 100644 index 000000000..e5521b474 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/164.txt @@ -0,0 +1,4 @@ + * Fixed some repeating CalDAV synced events not showing up properly + * Improved the event sorting at the monthly widget + * Properly refresh CalDAV synced events in the background + * Some translation and stability improvements