version bump to 2.10.1 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,10 @@
 # Changelog
 
+### Version 2.10.1
+
+* Fix issue with some videos not being compressed
+* Fix rare crash when opening notification
+
 ### Version 2.10.0
 
 * Show black bars when remote video does not match aspect ratio of screen

build.gradle 🔗

@@ -94,8 +94,8 @@ android {
     defaultConfig {
         minSdkVersion 21
         targetSdkVersion 29
-        versionCode 42018
-        versionName "2.10.0"
+        versionCode 42019
+        versionName "2.10.1"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId