CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.17.9
+
+* Make use of SASL SCRAM Downgrade Protection (XEP-0474)
+* Send reactions to MUC PMs to correct JID
+
### Version 2.17.8
* Fix some minor UI bugs
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4213104.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.17.9
+
+* Make use of SASL SCRAM Downgrade Protection (XEP-0474)
+* Send reactions to MUC PMs to correct JID
+
### Version 2.17.8
* Fix some minor UI bugs
@@ -113,8 +113,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42129
- versionName "2.17.8"
+ versionCode 42131
+ versionName "2.17.9"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1,2 @@
+* Make use of SASL SCRAM Downgrade Protection (XEP-0474)
+* Send reactions to MUC PMs to correct JID