diff --git a/CHANGELOG.md b/CHANGELOG.md index dc14264ba8aa5799a1a8b283c6b991227e408e15..1e371e28356bb24e3cd15cd1d877ab0ee63f811a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Blocking a JID closes the corresponding conversation * Show message sender in conversation overview * Show unread counter for every conversation +* Send typing notifications in private, non-anonymous MUCs * Support for the latest MAM namespace * Icons for attach menu diff --git a/build.gradle b/build.gradle index c1c7ea55dcf31fd74050d52c364e2f5ba1e707a0..853e91493276738410a7c706e1c1bd463f8c1308 100644 --- a/build.gradle +++ b/build.gradle @@ -56,8 +56,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 25 - versionCode 201 - versionName "1.17.0-beta.2" + versionCode 202 + versionName "1.17.0" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" }