version bump to 2.9.4 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,8 @@
 # Changelog
 
+### Version 2.9.4
+* minor stability improvements for A/V calls
+
 ### Version 2.9.3
 
 * Fixed connectivity issues when different accounts used different SCRAM mechanisms

build.gradle 🔗

@@ -95,8 +95,8 @@ android {
     defaultConfig {
         minSdkVersion 21
         targetSdkVersion 29
-        versionCode 403
-        versionName "2.9.3"
+        versionCode 404
+        versionName "2.9.4"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId