From 44292a5411a8c6c36f69ea0ed5f02dd6de5c9c71 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 18 Jul 2020 20:34:49 +0200 Subject: [PATCH] updating changelog --- CHANGELOG.md | 7 +++++++ fastlane/metadata/android/en-US/changelogs/74.txt | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/74.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3f7bec..d8c87b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========== +Version 6.12.6 *(2020-07-18)* +---------------------------- + + * Allow adding contact events without specifying a year + * Always show the contacts middle name after the first name + * Make sure groups are properly sorted by name + Version 6.12.5 *(2020-07-12)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/74.txt b/fastlane/metadata/android/en-US/changelogs/74.txt new file mode 100644 index 00000000..34445e30 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/74.txt @@ -0,0 +1,3 @@ + * Allow adding contact events without specifying a year + * Always show the contacts middle name after the first name + * Make sure groups are properly sorted by name