CHANGELOG.md 🔗 @@ -1,5 +1,10 @@ # Changelog +### Version 2.18.2 + +* Support 'Service Outage Status' +* Minor security fixes for parsing multiple bodies, occupant-ids and stanza-id + ### Version 2.18.1 * Fix reactions on files received via P2P
build.gradle 🔗 @@ -117,8 +117,8 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 35 - versionCode 42140 - versionName "2.18.1" + versionCode 42141 + versionName "2.18.2" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId
fastlane/metadata/android/en-US/changelogs/4214104.txt 🔗 @@ -0,0 +1,2 @@ +* Support 'Service Outage Status' +* Minor security fixes for parsing multiple bodies, occupant-ids and stanza-id