diff --git a/CHANGELOG.md b/CHANGELOG.md index 929af833..efa22988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========== +Version 5.5.1 *(2020-09-18)* +---------------------------- + + * Properly recognize contact name from number in some new cases + * Do not always require the Contacts permission + Version 5.5.0 *(2020-08-07)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/15.txt b/fastlane/metadata/android/en-US/changelogs/15.txt new file mode 100644 index 00000000..931904a0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15.txt @@ -0,0 +1,2 @@ + * Properly recognize contact name from number in some new cases + * Do not always require the Contacts permission