diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c7a939..319564cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +####Version 1.15.1 +* support for POSH (RFC7711) +* support for quoting messages (via select text) +* verified messages show shield icon. unverified messages show lock + ####Version 1.15.0 * New [Blind Trust Before Verification](https://gultsch.de/trust.html) mode * Easily share Barcode and XMPP uri from Account details diff --git a/build.gradle b/build.gradle index 9e244f65..7c10bede 100644 --- a/build.gradle +++ b/build.gradle @@ -55,8 +55,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 24 - versionCode 186 - versionName "1.15.0" + versionCode 187 + versionName "1.15.1" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" }