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