version bump to 2.3.0 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -5,6 +5,7 @@
 * View per conversation media files in contact and conference details screens
 * Enable foreground service by default for Android 8 (notification can be disabled by long pressing it)
 * Audio player: disable screen and switch to ear piece
+* Support TLSv1.3
 
 
 ### Version 2.2.9

build.gradle 🔗

@@ -66,8 +66,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 25
-        versionCode 286
-        versionName "2.3.0-beta.3"
+        versionCode 290
+        versionName "2.3.0"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId