version bump to 1.11.5 + 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 1.11.5
+* check file ownership to not accidentally share private files
+
 ####Version 1.11.4
 * fixed a bug where contacts are shown as offline
 * improved broken PEP detection

build.gradle 🔗

@@ -64,8 +64,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 23
-		versionCode 136
-		versionName "1.11.4"
+		versionCode 137
+		versionName "1.11.5"
 		archivesBaseName += "-$versionName"
 		applicationId "eu.siacs.conversations"
 	}