version bump to 1.14.0-beta + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,11 @@
 ###Changelog
 
+####Version 1.14.0
+* Improvments for N
+* Quick Reply to Notifications on N
+* Don't download avatars and files when data saver is on
+* bug fixes
+
 ####Version 1.13.9
 * bug fixes
 

build.gradle 🔗

@@ -56,8 +56,8 @@ android {
     defaultConfig {
         minSdkVersion 14
         targetSdkVersion 24
-        versionCode 168
-        versionName "1.13.9"
+        versionCode 169
+        versionName "1.14.0-beta"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
     }