version bump to 2.9.7-beta + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md | 7 +++++++
build.gradle | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -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

build.gradle 🔗

@@ -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