version bump to 1.0.4 and changelog

iNPUTmice created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,19 @@
 ###Changelog
 
+####Version 1.0.4
+* load avatars asynchronously on start up
+* support for XEP-0092: Software Version
+
+####Version 1.0.3
+* load messages asynchronously on start up
+* bug fixes
+
+####Version 1.0.2
+* skipped
+
+####Version 1.0.1
+* accept more ciphers
+
 ####Version 1.0
 * MUC controls (Affiliaton changes)
 * Added download button to notification

build.gradle 🔗

@@ -46,8 +46,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 21
-		versionCode 48
-		versionName "1.0.3"
+		versionCode 49
+		versionName "1.0.4"
 	}
 
 	compileOptions {