diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bed8eedb3ead266e73bc66f73837c4581ab71b0..ca90749baf3c5ca01135a3c71e06566ca6ff3d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Implement Extensible SASL Profile, Bind 2.0 and Fast for faster reconnects * Implement Channel Binding +* Add ability to switch from audio call to video call * Add ability to delete own avatar * Add notification for missed calls diff --git a/build.gradle b/build.gradle index f5c5fda514c6739a0ec9b63b5d7b5602befd20fd..c5f1ba1d8cf9ec8fa33e545eea68a720e2ade2a5 100644 --- a/build.gradle +++ b/build.gradle @@ -93,8 +93,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 32 - versionCode 42039 - versionName "2.11.0-beta" + versionCode 42040 + versionName "2.11.0-beta.2" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId