CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.11.2
+
+* Fixed regression in P2P file transfer
+
### Version 2.11.1
* Fix resend loop on servers that support only sm:2
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/42043.txt | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.11.2
+
+* Fixed regression in P2P file transfer
+
### Version 2.11.1
* Fix resend loop on servers that support only sm:2
@@ -94,8 +94,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 32
- versionCode 42042
- versionName "2.11.1"
+ versionCode 42043
+ versionName "2.11.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1 @@
+* Fixed regression in P2P file transfer