version bump to 1.19.1 + changelog

This commit is contained in:
Daniel Gultsch 2017-07-10 10:06:20 +02:00
parent 8415f27cac
commit a1f9f5e774
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
### Version 1.19.1
* Made DNSSEC hostname validation opt-in
### Version 1.19.0
* Added 'App Shortcuts' to quickly access frequent contacts
* Use DNSSEC to verify hostname instead of domain in certificate

View File

@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 222
versionName "1.19.0"
versionCode 223
versionName "1.19.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}