change log for conversations 2.0 beta

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,14 @@
 # Changelog
 
+### Version 2.0.0
+* OMEMO by default for everything but public group chats
+* Integrate QR code scanner (requires camera permission)
+* Removed support for OTR
+* Removed support for customizable resources
+* Removed slide out panel for conversation overview
+* Add ability to change status message
+* Highlight irregular unicode code blocks in Jabber IDs
+
 ### Version 1.23.8
 * bug fixes
 

build.gradle 🔗

@@ -68,8 +68,8 @@ android {
     defaultConfig {
         minSdkVersion 14
         targetSdkVersion 25
-        versionCode 255
-        versionName "1.23.8"
+        versionCode 256
+        versionName "2.0.0-beta"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId