version bump to 2.8.1 + changelog

This commit is contained in:
Daniel Gultsch 2020-04-29 14:53:52 +02:00
parent a49d69c878
commit 52d416c6e6
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
### Version 2.8.1
* Audible feedback (dialing, call started, call ended) for voice calls.
* Fixed issue with retrying failed video call
### Version 2.8.0
* Audio/Video calls (Requires server support in form of STUN and TURN servers discoverable via XEP-0215)

View File

@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 379
versionName "2.8.0"
versionCode 380
versionName "2.8.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View File

@ -0,0 +1,2 @@
* Audible feedback (dialing, call started, call ended) for voice calls.
* Fixed issue with retrying failed video call