diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e371e28..24211bdd 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/build.gradle b/build.gradle index 853e9149..d5f2d35e 100644 --- a/build.gradle +++ b/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" }