diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | build.gradle | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b0aa18..17c7a939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ###Changelog +####Version 1.15.0 +* New [Blind Trust Before Verification](https://gultsch.de/trust.html) mode +* Easily share Barcode and XMPP uri from Account details +* Automatically deactivate own devices after 7 day of inactivity +* Improvements fo doze/push mode +* bug fixes + ####Version 1.14.9 * warn in account details when data saver is enabled * automatically enable foreground service after detecting frequent restarts diff --git a/build.gradle b/build.gradle index fd6c7456..a517bbb8 100644 --- a/build.gradle +++ b/build.gradle @@ -55,8 +55,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 24 - versionCode 182 - versionName "1.14.9" + versionCode 183 + versionName "1.15.0-beta" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" } |