version bump to 1.17.0-beta + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,13 @@
 ###Changelog
 
+####Version 1.17.0
+* Do not notify for messages from strangers by default
+* Blocking a JID closes the corresponding conversation
+* Show message sender in conversation overview
+* Show unread counter for every conversation
+* Support for the latest MAM namespace
+* Icons for attach menu
+
 ####Version 1.16.2
 * change mam catchup strategie. support mam:1
 * bug fixes

build.gradle 🔗

@@ -56,8 +56,8 @@ android {
     defaultConfig {
         minSdkVersion 14
         targetSdkVersion 25
-        versionCode 199
-        versionName "1.16.2"
+        versionCode 200
+        versionName "1.17.0-beta"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
     }