version bump to 1.17.1 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 ###Changelog
 
+####Version 1.17.1
+* Switch Aztec to QR for faster scans
+* Fixed unread counter for image messages
+
 ####Version 1.17.0
 * Do not notify for messages from strangers by default
 * Blocking a JID closes the corresponding conversation

build.gradle 🔗

@@ -56,8 +56,8 @@ android {
     defaultConfig {
         minSdkVersion 14
         targetSdkVersion 25
-        versionCode 202
-        versionName "1.17.0"
+        versionCode 205
+        versionName "1.17.1"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
     }