version bump to 2.8.4 + changelog

This commit is contained in:
Daniel Gultsch 2020-05-17 08:35:10 +02:00
parent 7abd37498e
commit 351790b0c3
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,2 @@
* Rework Login with certificate UI
* Add ability to pin chats on top (add to favorites)