version bump to 1.5.1 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.5.1
+* fixed rare crashes
+* improved otr support
+
 ####Version 1.5.0
 * upload files to HTTP host and share them in MUCs. requires new [HttpUploadComponent](https://github.com/siacs/HttpUploadComponent) on server side
 

build.gradle 🔗

@@ -48,8 +48,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 21
-		versionCode 78
-		versionName "1.5.0"
+		versionCode 79
+		versionName "1.5.1"
 	}
 
 	compileOptions {