version bump to 2.0.0 + modified changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -8,6 +8,7 @@
 * Removed slide out panel for conversation overview
 * Add ability to change status message
 * Highlight irregular unicode code blocks in Jabber IDs
+* Conversations now requires Android 4.4+
 
 ### Version 1.23.8
 * bug fixes

build.gradle 🔗

@@ -70,8 +70,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 25
-        versionCode 260
-        versionName "2.0.0-rc.1"
+        versionCode 261
+        versionName "2.0.0"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId