diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f0f42f3fa43f67b1945cfd3a825ecd1e1c1939..bea65ac7a0917036cbfc0bf95452b8b4857a3329 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/build.gradle b/build.gradle index e24b05d420ac409676033cbd7030ef44fbc632c6..08fedf691514537e42ad915aaea627ae5a27244a 100644 --- a/build.gradle +++ b/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