diff --git a/CHANGELOG.md b/CHANGELOG.md index 858befc8..90314a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========== +Version 6.17.0 *(2022-01-03)* +---------------------------- + + * Use vCard version 4 at exporting contacts to .vcf files, allow exporting anniversaties + * Allow searching contacts by their nicknames too + * Added some other stability, translation and UX improvements + Version 6.16.3 *(2021-12-13)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/89.txt b/fastlane/metadata/android/en-US/changelogs/89.txt new file mode 100644 index 00000000..d44ddfe6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/89.txt @@ -0,0 +1,3 @@ + * Use vCard version 4 at exporting contacts to .vcf files, allow exporting anniversaties + * Allow searching contacts by their nicknames too + * Added some other stability, translation and UX improvements