version bump to 2.11.2 + changelog

This commit is contained in:
Daniel Gultsch 2022-12-21 08:34:21 +01:00
parent 36efd51a7f
commit d21362288e
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
### Version 2.11.2
* Fixed regression in P2P file transfer
### Version 2.11.1 ### Version 2.11.1
* Fix resend loop on servers that support only sm:2 * Fix resend loop on servers that support only sm:2

View file

@ -94,8 +94,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode 42042 versionCode 42043
versionName "2.11.1" versionName "2.11.2"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId

View file

@ -0,0 +1 @@
* Fixed regression in P2P file transfer