version bump to 1.9.2 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,12 @@
 ###Changelog
 
+####Version 1.9.2
+* prevent startup crash on Sailfish OS
+* minor bug fixes
+
+####Version 1.9.1
+* minor bug fixes incl. a workaround for nimbuzz.com
+
 ####Version 1.9.0
 * Per conference notification settings
 * Let user decide whether to compress pictures

build.gradle 🔗

@@ -53,8 +53,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 23
-		versionCode 120
-		versionName "1.9.1"
+		versionCode 121
+		versionName "1.9.2"
 		project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
 	}