version bump to 2.8.6 + changelog

This commit is contained in:
Daniel Gultsch 2020-06-03 19:14:03 +02:00
parent f879d87f04
commit c029382410
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
### Version 2.8.6
* Offer to record voice message when callee is busy
### Version 2.8.5 ### Version 2.8.5
* Reduce echo during calls on some devices * Reduce echo during calls on some devices

View file

@ -95,8 +95,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 388 versionCode 390
versionName "2.8.5" versionName "2.8.6"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId

View file

@ -0,0 +1 @@
* Offer to record voice message when callee is busy