From 5f3793eca8db4c553f365151511ae2321b942419 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 18 May 2021 16:34:05 +0200 Subject: [PATCH] updating changelog --- CHANGELOG.md | 8 ++++++++ fastlane/metadata/android/en-US/changelogs/83.txt | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/83.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e72c2f0..084db3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 6.15.0 *(2021-05-18)* +---------------------------- + + * Allow creating contact shortcuts on Android 8+ + * Show the passed years at events, like age at birthdays + * Show more items at the top menus + * Some stability and translation improvements + Version 6.14.3 *(2021-04-04)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/83.txt b/fastlane/metadata/android/en-US/changelogs/83.txt new file mode 100644 index 00000000..c96431a9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/83.txt @@ -0,0 +1,4 @@ + * Allow creating contact shortcuts on Android 8+ + * Show the passed years at events, like age at birthdays + * Show more items at the top menus + * Some stability and translation improvements