version bump to 2.9.6 + changelog
This commit is contained in:
parent
247998ff81
commit
8abf861303
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/406.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/406.txt
Normal 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
|
Loading…
Reference in a new issue