version bump to 2.17.5 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,10 @@
 # Changelog
 
+### Version 2.17.5
+
+* Move message bubbles closer together instead of merging them
+* Add ability to hide avatars in chat views when not stricly necessary (Settings -> Interface -> Chat Bubbles -> Show avatars)
+
 ### Version 2.17.4
 
 * improve handling of some emoji reactions

build.gradle 🔗

@@ -111,8 +111,8 @@ android {
     defaultConfig {
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 42125
-        versionName "2.17.4"
+        versionCode 42126
+        versionName "2.17.5"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId