diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-01-04 17:36:46 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-01-04 17:36:46 +0100 |
commit | abdb8bfb65cda02adcb6c1bcbdcd00159fc0c96a (patch) | |
tree | 214e988305a2a023797ee8cc857ca28b42c18362 | |
parent | 501034fe0eb267f5100f4dd799fb1454fe7ba1a4 (diff) |
version bump to 1.8.4 and changelog1.8.4
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | build.gradle | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd84d94..d3231829 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/build.gradle b/build.gradle index d74b1a40..a70f278e 100644 --- a/build.gradle +++ b/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); } |