version bump to 1.17.0-beta + changelog

This commit is contained in:
Daniel Gultsch 2017-03-07 20:01:16 +01:00
parent 721250c7d9
commit 233ee8a51c
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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"
}