version bump to 1.11.7 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,10 @@
 ###Changelog
 
+####Version 1.11.7
+* Share xmpp uri from conference details
+* add setting to allow quick sharing
+* various bug fixes
+
 ####Version 1.11.6
 * added preference to disable notification light
 * various bug fixes

build.gradle 🔗

@@ -64,8 +64,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 23
-		versionCode 139
-		versionName "1.11.6"
+		versionCode 140
+		versionName "1.11.7"
 		archivesBaseName += "-$versionName"
 		applicationId "eu.siacs.conversations"
 	}