version bump to 1.14.7 + 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
 
+####Version 1.14.7
+* error message accessible via context menu for failed messages
+* don't include pgp signature in anonymous mucs
+* bug fixes
+
 ####Version 1.14.6
 * make error notification dismissable
 * bug fixes

build.gradle 🔗

@@ -55,8 +55,8 @@ android {
     defaultConfig {
         minSdkVersion 14
         targetSdkVersion 24
-        versionCode 179
-        versionName "1.14.6"
+        versionCode 180
+        versionName "1.14.7"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
     }