version bump to 2.3.11 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md | 7 +++++++
build.gradle | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,12 @@
 # Changelog
 
+### Version 2.3.11
+* Support for Android 9 'message style' notifications
+* OMEMO stability improvements
+* Added ability to destroy group chats
+* Do not show deleted files in media browser
+* Added 'Keep Original' as video quality choice
+
 ### Version 2.3.10
 * lower minimum required Android version to 4.1
 * Synchronize group chat join/leaves across multiple clients

build.gradle 🔗

@@ -77,8 +77,8 @@ android {
     defaultConfig {
         minSdkVersion 16
         targetSdkVersion 28
-        versionCode 309
-        versionName "2.3.10"
+        versionCode 312
+        versionName "2.3.11"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId