version bump to 1.23.2 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,10 @@
 # Changelog
 
+### Version 1.23.2
+* Removed NFC support
+* upload Avatars as JPEG
+* reduce APK size
+
 ### Version 1.23.1
 * Show icon instead of image preview in conversation overview
 * fixed loop when trying to decrypt with YubiKey

build.gradle 🔗

@@ -69,8 +69,8 @@ android {
     defaultConfig {
         minSdkVersion 14
         targetSdkVersion 25
-        versionCode 245
-        versionName "1.23.1"
+        versionCode 246
+        versionName "1.23.2"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
     }