version bump to 2.8.8 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 # Changelog
 
+### Version 2.8.8
+* Fixed notifications not showing up under certain conditions
+* Fixed compatibility issues and crashes related to A/V calls
+
 ### Version 2.8.7
 
 * Show help button if A/V call fails

build.gradle 🔗

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