version bump to 2.18.2

Daniel Gultsch created

Change summary

CHANGELOG.md                                           | 5 +++++
build.gradle                                           | 4 ++--
fastlane/metadata/android/en-US/changelogs/4214104.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)

Detailed changes

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