version bump to 2.2.7 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,8 @@
 # Changelog
 
+### Version 2.2.7
+* stability improvements
+
 ### Version 2.2.6
 * support old MAM version to work with Prosody
 

build.gradle 🔗

@@ -67,8 +67,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 25
-        versionCode 278
-        versionName "2.2.6"
+        versionCode 279
+        versionName "2.2.7"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId