version bump to 1.15.1+ changelog

Daniel Gultsch created

Change summary

CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)

Detailed changes

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

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