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 ###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 ####Version 1.16.2
* change mam catchup strategie. support mam:1 * change mam catchup strategie. support mam:1
* bug fixes * bug fixes

View file

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