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 # Changelog
### Version 2.9.12
* Always verify domain name. No user overwrite
* Support roster pre authentication
### Version 2.9.11 ### Version 2.9.11
* Fixed 'No Connectivity' issues on Android 7.1 * Fixed 'No Connectivity' issues on Android 7.1

View file

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

View file

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