version bump to 2.3.8 + 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.3.8
+* make PEP avatars public to play nice with Prosody 0.11
+* Fixed re-sending failed files in group chats
+
 ### Version 2.3.7
 * long press on 'allow' or 'add back' snackbar to bring up 'reject'
 * bug fixes for Android 9

build.gradle 🔗

@@ -75,8 +75,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 28
-        versionCode 303
-        versionName "2.3.7"
+        versionCode 305
+        versionName "2.3.8"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId