diff --git a/CHANGELOG.md b/CHANGELOG.md index 569884ab..81b9afde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========== +Version 5.1.3 *(2020-05-20)* +---------------------------- + + * Adding support for accessing private contacts stored in Simple Contacts Pro (to be added soon) + * Make sure the conversations are sorted properly + * Added some other UI and translation improvements + Version 5.1.2 *(2020-05-13)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 00000000..a5e1385f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1,3 @@ + * Adding support for accessing private contacts stored in Simple Contacts Pro (to be added soon) + * Make sure the conversations are sorted properly + * Added some other UI and translation improvements