version bump to 1.11.3 and changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 ###Changelog
 
+####Version 1.11.3
+* check maximum file size when using HTTP Upload
+* properly calculate caps hash
+
 ####Version 1.11.2
 * only add image files to media scanner
 * allow to delete files

build.gradle 🔗

@@ -58,8 +58,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 23
-		versionCode 134
-		versionName "1.11.2"
+		versionCode 135
+		versionName "1.11.3"
 		archivesBaseName += "-$versionName"
 		applicationId "eu.siacs.conversations"
 	}