diff --git a/CHANGELOG.md b/CHANGELOG.md index d1086f6b..7e4f51ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 5.16.2 *(2022-11-13)* +---------------------------- + + * Allow sending any file attachment, not just images + * Add an option to enable sending messages at pressing Enter + * Require Simple Thank You for blocking numbers + * Added many translation, UX and stability improvements + Version 5.16.1 *(2022-10-26)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/63.txt b/fastlane/metadata/android/en-US/changelogs/63.txt new file mode 100644 index 00000000..6391bb8b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/63.txt @@ -0,0 +1,4 @@ + * Allow sending any file attachment, not just images + * Add an option to enable sending messages at pressing Enter + * Require Simple Thank You for blocking numbers + * Added many translation, UX and stability improvements