version bump to 2.10.10 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md πŸ”—

@@ -1,5 +1,10 @@
 # Changelog
 
+### Version 2.10.10
+
+* Minor bug fixes
+* Restore ability to call out via JMP and other services (Playstore version)
+
 ### Version 2.10.9
 
 * Ask for Bluetooth permissions when making A/V calls (You can reject this if you don’t use Bluetooth headsets)

build.gradle πŸ”—

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