version bump to 2.9.3 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,11 @@
 # Changelog
 
+### Version 2.9.3
+
+* Fixed connectivity issues when different accounts used different SCRAM mechanisms
+* Add support for SCRAM-SHA-512
+* Allow P2P (Jingle) file transfer with self contact
+
 ### Version 2.9.2
 
 * Offer Easy Invite generation on supporting servers

build.gradle 🔗

@@ -95,8 +95,8 @@ android {
     defaultConfig {
         minSdkVersion 16
         targetSdkVersion 29
-        versionCode 402
-        versionName "2.9.2"
+        versionCode 403
+        versionName "2.9.3"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId