version bump to 2.10.9 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md πŸ”—

@@ -1,5 +1,10 @@
 # Changelog
 
+### Version 2.10.9
+
+* Ask for Bluetooth permissions when making A/V calls (You can reject this if you don’t use Bluetooth headsets)
+* Fix bug when calling Movim
+
 ### Version 2.10.8
 
 * Fix wrong avatar being shown for group chats

build.gradle πŸ”—

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