version bump to 2.16.6

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,11 @@
 # Changelog
 
+### Version 2.16.6
+
+* Offer higher automatic file accept values
+* Provide more information in 'Server info'
+* Various bug fixes
+
 ### Version 2.16.5
 
 * Minor bug fixes

build.gradle 🔗

@@ -102,8 +102,8 @@ android {
     defaultConfig {
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 42116
-        versionName "2.16.5"
+        versionCode 42117
+        versionName "2.16.6"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId