version bump to 2.5.5 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 # Changelog
 
+### Version 2.5.5
+* allow backups to be restored from anywhere
+* bug fixes
+
 ### Version 2.5.4
 * stability improvements for group chats and channels
 

build.gradle 🔗

@@ -81,8 +81,8 @@ android {
     defaultConfig {
         minSdkVersion 16
         targetSdkVersion 28
-        versionCode 333
-        versionName "2.5.4"
+        versionCode 334
+        versionName "2.5.5"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId