diff --git a/CHANGELOG.md b/CHANGELOG.md index e20272a2c0d9d548294b726f20f9f07e35338faf..ccd607ce79c091921398b9b83a190c04173ff5cf 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/build.gradle b/build.gradle index 36ed74d55c8f6ef2cef4dda1839482172c620331..96f35d13d526fc50c2f96c057ef47385f93175b9 100644 --- a/build.gradle +++ b/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 diff --git a/fastlane/metadata/android/en-US/changelogs/4209504.txt b/fastlane/metadata/android/en-US/changelogs/4209504.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c8f6058d1f4f72690a3ddb102a817a2a79c8d7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/4209504.txt @@ -0,0 +1 @@ +* Improve integration of A/V calls into the operating system