version bump to 2.8.9 + changelog

This commit is contained in:
Daniel Gultsch 2020-07-13 17:35:06 +02:00
parent fd68bfb8ca
commit cb9623703d
3 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,13 @@
# Changelog
### Version 2.8.9
* add 'Return to chat' to audio call screen
* Improve keyboard shortcuts
* bug fixes
### Version 2.8.8
* Fixed notifications not showing up under certain conditions
* Fixed compatibility issues and crashes related to A/V calls

View File

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

View File

@ -0,0 +1,3 @@
* add 'Return to chat' to audio call screen
* Improve keyboard shortcuts
* bug fixes