version bump to 2.10.8

Daniel Gultsch created

Change summary

CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 # Changelog
 
+### Version 2.10.8
+
+* Fix wrong avatar being shown for group chats
+
 ### Version 2.10.7
 
 * always ask for battery optimizations opt-out

build.gradle 🔗

@@ -91,8 +91,8 @@ android {
     defaultConfig {
         minSdkVersion 21
         targetSdkVersion 30
-        versionCode 42033
-        versionName "2.10.7"
+        versionCode 42034
+        versionName "2.10.8"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId