CHANGELOG.md 🔗 @@ -1,5 +1,11 @@ # Changelog +### Version 2.11.3 + +* Fix messages getting resend when using SASL2 +* Fix black video between some devices +* Fix crash on empty passwords + ### Version 2.11.2 * Fixed regression in P2P file transfer
build.gradle 🔗 @@ -91,8 +91,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 32 - versionCode 42043 - versionName "2.11.2" + versionCode 42044 + versionName "2.11.3" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId
fastlane/metadata/android/en-US/changelogs/42044.txt 🔗 @@ -0,0 +1,3 @@ +* Fix messages getting resend when using SASL2 +* Fix black video between some devices +* Fix crash on empty passwords