version bump to 2.3.5 + changelog

This commit is contained in:
Daniel Gultsch 2018-10-26 18:28:38 +02:00
parent 40da98289b
commit 79eee4916c
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
### Version 2.3.5
* Fixed group chat mentions when nick ends in . (dot)
* Fixed Conversations not asking for permissions after direct share
* Fixed CVE-2018-18467
### Version 2.3.4 ### Version 2.3.4
* Fixed sending OMEMO files to ChatSecure * Fixed sending OMEMO files to ChatSecure

View file

@ -70,8 +70,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 25 targetSdkVersion 25
versionCode 296 versionCode 297
versionName "2.3.4" versionName "2.3.5"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId