version bump to 2.7.0 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md                                       | 5 +++++
build.gradle                                       | 4 ++--
fastlane/metadata/android/en-US/changelogs/364.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,10 @@
 # Changelog
 
+### Version 2.7.0
+
+* Provide PDF preview on Android 5+
+* Use 12 byte IVs for OMEMO
+
 ### Version 2.6.4
 
 * Support automatic theme switching on Android 10

build.gradle 🔗

@@ -90,8 +90,8 @@ android {
     defaultConfig {
         minSdkVersion 16
         targetSdkVersion 28
-        versionCode 363
-        versionName "2.7.0-beta"
+        versionCode 364
+        versionName "2.7.0"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId