version bump to 2.14.0-beta + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 # Changelog
 
+### Version 2.14.0
+
+* Improve integration of A/V calls into the operating system
+
 ### Version 2.13.4
 
 * Fix minor regressions introduced with 2.13.1

build.gradle 🔗

@@ -97,8 +97,8 @@ android {
     defaultConfig {
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 42094
-        versionName "2.13.4"
+        versionCode 42095
+        versionName "2.14.0-beta"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId