diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dbd42a6..01ad5fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 5.0.1 *(2020-04-19)* +---------------------------- + + * Properly handle incoming multipart SMS messages + * Fixed a couple coloring issues + * Do not allow attempts to block a number below Android 7 + * A couple other translation, stability and UI improvements + Version 5.0.0 *(2020-04-14)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt new file mode 100644 index 00000000..1733484b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2.txt @@ -0,0 +1,4 @@ + * Properly handle incoming multipart SMS messages + * Fixed a couple coloring issues + * Do not allow attempts to block a number below Android 7 + * A couple other translation, stability and UI improvements