version bump to 1.8.4 and changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,10 @@
 ###Changelog
 
+####Versin 1.8.4
+* prompt to trust own OMEMO devices
+* fixed rotation issues in avatar publication
+* invite non-contact JIDs to conferences
+
 ####Version 1.8.3
 * brought text selection back
 

build.gradle 🔗

@@ -53,8 +53,8 @@ android {
 	defaultConfig {
 		minSdkVersion 14
 		targetSdkVersion 23
-		versionCode 114
-		versionName "1.8.3"
+		versionCode 115
+		versionName "1.8.4"
 		project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
 	}