diff --git a/CHANGELOG.md b/CHANGELOG.md index 7227b9c9..a0ba5151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========== +Version 6.10.0 *(2020-05-03)* +---------------------------- + + * Adding a first implementation of a Dialer, to really allow the app handle calls + * Increased the minimal required Android OS version to 6 Marshmallow to allow handling calls + * Try fixing the glitch with some saved contacts disappearing + * Properly handle inserting bigger resolution contact images in some cases + * Added a few other UX and UI improvements here and there + Version 6.9.0 *(2020-04-16)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/61.txt b/fastlane/metadata/android/en-US/changelogs/61.txt new file mode 100644 index 00000000..d323a1bd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/61.txt @@ -0,0 +1,5 @@ + * Adding a first implementation of a Dialer, to really allow the app handle calls + * Increased the minimal required Android OS version to 6 Marshmallow to allow handling calls + * Try fixing the glitch with some saved contacts disappearing + * Properly handle inserting bigger resolution contact images in some cases + * Added a few other UX and UI improvements here and there