From ae0ba3bbc10e44e275e48b287646ea8dac71bc89 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Wed, 5 Jul 2017 13:16:54 +0200 Subject: [PATCH] version bump to 1.19.0 + changelog --- CHANGELOG.md | 1 + build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895ad0a0..22c54170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Added 'App Shortcuts' to quickly access frequent contacts * Use DNSSEC to verify hostname instead of domain in certificate * Setting to enable Heads-up notifications +* Added date separators in message view ### Version 1.18.5 * colorize send button only after history is caught up diff --git a/build.gradle b/build.gradle index 45880a93..aca6b492 100644 --- a/build.gradle +++ b/build.gradle @@ -56,8 +56,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 25 - versionCode 220 - versionName "1.19.0-beta.2" + versionCode 222 + versionName "1.19.0" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" }