version bump to 2.5.9 + changelog

This commit is contained in:
Daniel Gultsch 2019-09-24 12:11:51 +02:00
parent bea94d565b
commit 3733148ac8
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,10 @@
# Changelog # 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 * fixed connection issues over Tor
* P2P file transfer (Jingle) now offers direct candidates * P2P file transfer (Jingle) now offers direct candidates
* Support XEP-0396: Jingle Encrypted Transports - OMEMO * Support XEP-0396: Jingle Encrypted Transports - OMEMO

View file

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