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
### 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
* Quicksy: Automatically receive verification SMS

View File

@ -94,8 +94,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 405
versionName "2.9.5"
versionCode 406
versionName "2.9.6"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
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