version bump to 2.4.0-beta + 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.4.0
+* New Backup / Restore feature
+* Clearly distinguish between (private) group chats and (public) channels
+* Redesigned participants view for group chats and channels
+* Redesigned create new contact/group chat/channel flow in Start Conversation screen
+
+
 ### Version 2.3.12
 * Fixed rare crash on start up
 * Fixed avatar not being refreshed in group chats

build.gradle 🔗

@@ -78,8 +78,8 @@ android {
     defaultConfig {
         minSdkVersion 16
         targetSdkVersion 28
-        versionCode 317
-        versionName "2.3.12"
+        versionCode 318
+        versionName "2.4.0-beta"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId