version bump to 2.8.9 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md                                       | 7 +++++++
build.gradle                                       | 4 ++--
fastlane/metadata/android/en-US/changelogs/395.txt | 3 +++
3 files changed, 12 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,6 +1,13 @@
 # Changelog
 
+### Version 2.8.9
+
+* add 'Return to chat' to audio call screen
+* Improve keyboard shortcuts
+* bug fixes
+
 ### Version 2.8.8
+
 * Fixed notifications not showing up under certain conditions
 * Fixed compatibility issues and crashes related to A/V calls
 

build.gradle 🔗

@@ -95,8 +95,8 @@ android {
     defaultConfig {
         minSdkVersion 16
         targetSdkVersion 28
-        versionCode 394
-        versionName "2.8.8"
+        versionCode 395
+        versionName "2.8.9"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId