version bump to 2.5.9 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md | 6 +++++-
build.gradle | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,6 +1,10 @@
 # Changelog
 
-## Version 2.5.8
+### Version 2.5.9
+* fixed minor security issues
+* Share XMPP uri from channel search by long pressing a result
+
+### Version 2.5.8
 * fixed connection issues over Tor
 * P2P file transfer (Jingle) now offers direct candidates
 * Support XEP-0396: Jingle Encrypted Transports - OMEMO

build.gradle 🔗

@@ -83,8 +83,8 @@ android {
     defaultConfig {
         minSdkVersion 16
         targetSdkVersion 28
-        versionCode 338
-        versionName "2.5.8"
+        versionCode 339
+        versionName "2.5.9"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId