version bump to 2.7.0 + changelog

This commit is contained in:
Daniel Gultsch 2020-02-19 19:55:36 +01:00
parent d781bc9cb9
commit 12907a52e3
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,2 @@
* Provide PDF preview on Android 5+
* Use 12 byte IVs for OMEMO