version bump to 2.5.9 + changelog
This commit is contained in:
parent
bea94d565b
commit
3733148ac8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue