version bump to 2.8.8 + changelog

This commit is contained in:
Daniel Gultsch 2020-06-25 20:35:46 +02:00
parent 2881a1b946
commit 8f439a9c37
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
### Version 2.8.8
* Fixed notifications not showing up under certain conditions
* Fixed compatibility issues and crashes related to A/V calls
### Version 2.8.7
* Show help button if A/V call fails

View File

@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 393
versionName "2.8.7"
versionCode 394
versionName "2.8.8"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View File

@ -0,0 +1,2 @@
* Fixed notifications not showing up under certain conditions
* Fixed compatibility issues and crashes related to A/V calls