version bump to 1.14.1 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 ###Changelog
 
+####Version 1.14.1
+* Press lock icon to see why OMEMO is deactivated
+* bug fixes
+
 ####Version 1.14.0
 * Improvments for N
 * Quick Reply to Notifications on N

build.gradle 🔗

@@ -56,8 +56,8 @@ android {
     defaultConfig {
         minSdkVersion 14
         targetSdkVersion 24
-        versionCode 171
-        versionName "1.14.0"
+        versionCode 172
+        versionName "1.14.1"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
     }