version bump to 2.14.1 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,11 @@
 # Changelog
 
+### Version 2.14.1
+
+* Fix A/V calls on Android 8
+* Fix race conditions in new call integration
+* Fix video compression sticking around
+
 ### Version 2.14.0
 
 * Improve integration of A/V calls into the operating system

build.gradle 🔗

@@ -97,8 +97,8 @@ android {
     defaultConfig {
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 42103
-        versionName "2.14.0"
+        versionCode 42104
+        versionName "2.14.1"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId