From 2f626a16dc49e5d5aaf307f0431213b3e81c67ba Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 8 Feb 2022 23:27:40 +0100 Subject: [PATCH] updating changelog --- CHANGELOG.md | 8 ++++++++ fastlane/metadata/android/en-US/changelogs/33.txt | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/33.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index df5a24a6..1534204f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 5.11.4 *(2022-02-08)* +---------------------------- + + * Added many improvements related to having multiple SIM cards or contacts having multiple numbers + * Fixed a glitch with wrong SIM being shown at the call history + * Show a message if the app is the default Phone app but it has no permission to be shown over other apps + * Added other UX, stability and translation improvements + Version 5.11.3 *(2021-12-24)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/33.txt b/fastlane/metadata/android/en-US/changelogs/33.txt new file mode 100644 index 00000000..a735191f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/33.txt @@ -0,0 +1,4 @@ + * Added many improvements related to having multiple SIM cards or contacts having multiple numbers + * Fixed a glitch with wrong SIM being shown at the call history + * Show a message if the app is the default Phone app but it has no permission to be shown over other apps + * Added other UX, stability and translation improvements