diff --git a/build.gradle b/build.gradle index 936c4b706090efda995bc1e68c33ab9447d79648..fa4a0aca0da87a8cfca4f2d9d0cae2e8de8cdedb 100644 --- a/build.gradle +++ b/build.gradle @@ -94,8 +94,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 32 - versionCode 42040 - versionName "2.11.0-beta.2" + versionCode 42041 + versionName "2.11.0" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId diff --git a/fastlane/metadata/android/en-US/changelogs/42041.txt b/fastlane/metadata/android/en-US/changelogs/42041.txt new file mode 100644 index 0000000000000000000000000000000000000000..302e9719b1b0c4db9306a087930f7e0911b7948c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/42041.txt @@ -0,0 +1,5 @@ +* 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