version bump to 2.9.12 + changelog

This commit is contained in:
Daniel Gultsch 2021-05-02 08:23:00 +02:00
parent c5e90199c3
commit a40b82b85b
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
### Version 2.9.12
* Always verify domain name. No user overwrite
* Support roster pre authentication
### Version 2.9.11
* Fixed 'No Connectivity' issues on Android 7.1

View File

@ -93,8 +93,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 42013
versionName "2.9.11"
versionCode 42014
versionName "2.9.12"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View File

@ -0,0 +1,2 @@
* Always verify domain name. No user overwrite
* Support roster pre authentication