version bump to 1.14.8 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,8 @@
 ###Changelog
 
+####Version 1.14.8
+* bug fixes
+
 ####Version 1.14.7
 * error message accessible via context menu for failed messages
 * don't include pgp signature in anonymous mucs

build.gradle 🔗

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