diff --git a/CHANGELOG.md b/CHANGELOG.md index 3036521f..279108c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 5.3.0 *(2020-06-18)* +---------------------------- + + * Allow changing the text size + * Allow replying to incoming messages directly from the notification on Android 7+ + * Make emails and urls clickable at messages + * Allow marking conversations as Unread + * Many other UX, stability and translation improvements + Version 5.2.0 *(2020-05-30)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 00000000..4ff699a4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,5 @@ + * Allow changing the text size + * Allow replying to incoming messages directly from the notification on Android 7+ + * Make emails and urls clickable at messages + * Allow marking conversations as Unread + * Many other UX, stability and translation improvements