version bump to 2.9.7-beta + changelog

This commit is contained in:
Daniel Gultsch 2021-02-20 11:07:02 +01:00
parent 638f30b902
commit 81505c6202
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog
### Version 2.9.7
* Ability to select incoming call ringtone
* Fix OpenPGP key id discovery for OpenKeychain 5.6+
* Properly verify punycode TLS certificates
* Improve stability of RTP session establishment (calling)
### Version 2.9.6
* Show call button for offline contacts if they previously announced support

View file

@ -91,8 +91,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 407
versionName "2.9.6"
versionCode 408
versionName "2.9.7-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId