version bump to 1.18.1 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,8 @@
 ###Changelog
 
+####Version 1.18.1
+* bug fixes
+
 ####Version 1.18.0
 * Conversations <1.16.0 will be unable to receive OMEMO encrypted messages
 * OMEMO: put auth tag into key (verify auth tag as well)

build.gradle 🔗

@@ -56,8 +56,8 @@ android {
     defaultConfig {
         minSdkVersion 14
         targetSdkVersion 25
-        versionCode 208
-        versionName "1.18.0"
+        versionCode 209
+        versionName "1.18.1"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
     }