version bump to 2.9.10 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md πŸ”—

@@ -1,5 +1,8 @@
 # Changelog
 
+### Version 2.9.10
+* fix HTTP up/download for users that don’t trust system CAs
+
 ### Version 2.9.9
 
 * Various bug fixes around Tor support

build.gradle πŸ”—

@@ -93,8 +93,8 @@ android {
     defaultConfig {
         minSdkVersion 21
         targetSdkVersion 29
-        versionCode 42010
-        versionName "2.9.9"
+        versionCode 42012
+        versionName "2.9.10"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId