version bump to 2.11.3 + changelog

This commit is contained in:
Daniel Gultsch 2023-01-01 10:39:48 +01:00
parent 41da2a5957
commit 33850ae603
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 11 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,3 @@
* Fix messages getting resend when using SASL2
* Fix black video between some devices
* Fix crash on empty passwords