version bump to 1.22.0 + 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.22.0
+* Text markup *bold*, _italic_,`monospace` and ~strikethrough~
+* Use same emoji style on all Android versions
+* Display emojis slightly larger within continuous text
+
 ### Version 1.21.0
 * Inline player for audio messages
 * Stronger compression for long videos

build.gradle 🔗

@@ -65,8 +65,8 @@ android {
     defaultConfig {
         minSdkVersion 14
         targetSdkVersion 25
-        versionCode 236
-        versionName "1.21.0"
+        versionCode 239
+        versionName "1.22.0"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
     }