version bump to 2.9.6 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md                                       | 6 ++++++
build.gradle                                       | 4 ++--
fastlane/metadata/android/en-US/changelogs/406.txt | 3 +++
3 files changed, 11 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

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

build.gradle 🔗

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