version bump to 2.8.4 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md                                       | 2 +-
build.gradle                                       | 4 ++--
fastlane/metadata/android/en-US/changelogs/385.txt | 2 ++
3 files changed, 5 insertions(+), 3 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -3,7 +3,7 @@
 ### Version 2.8.4
 
 * Rework Login with certificate UI
-* bug fixes
+* Add ability to pin chats on top (add to favorites)
 
 ### Version 2.8.3
 

build.gradle 🔗

@@ -95,8 +95,8 @@ android {
     defaultConfig {
         minSdkVersion 16
         targetSdkVersion 28
-        versionCode 384
-        versionName "2.8.4-beta"
+        versionCode 385
+        versionName "2.8.4"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId