version bump to 2.9.6 + changelog

This commit is contained in:
Daniel Gultsch 2021-01-25 10:07:42 +01:00
parent 247998ff81
commit 8abf861303
3 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
### Version 2.9.6
* Show call button for offline contacts if they previously announced support
* Back button no longer ends call when call is connected
* bug fixes
### Version 2.9.5 ### Version 2.9.5
* Quicksy: Automatically receive verification SMS * Quicksy: Automatically receive verification SMS

View file

@ -94,8 +94,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 405 versionCode 406
versionName "2.9.5" versionName "2.9.6"
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,3 @@
* Show call button for offline contacts if they previously announced support
* Back button no longer ends call when call is connected
* bug fixes