version bump to 2.8.1 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md                                       | 4 ++++
build.gradle                                       | 4 ++--
fastlane/metadata/android/en-US/changelogs/380.txt | 2 ++
3 files changed, 8 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

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

build.gradle 🔗

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