Prepare release 1.1.0

This commit is contained in:
Benoit Marty 2021-02-19 19:30:38 +01:00
parent 371251c994
commit 809c0e720e
3 changed files with 5 additions and 12 deletions

View file

@ -1,4 +1,4 @@
Changes in Element 1.0.18 (2021-XX-XX)
Changes in Element 1.1.0 (2021-02-19)
===================================================
Features ✨:
@ -17,18 +17,9 @@ Bugfix 🐛:
- Ignore url override from credential if it is not valid (#2822)
- Fix crash when deactivating an account
Translations 🗣:
-
SDK API changes ⚠️:
- Migrate AuthenticationService API to coroutines (#2449)
Build 🧱:
-
Test:
-
Other changes:
- New Dev Tools panel for developers
- Fix typos in CHANGES.md (#2811)

View file

@ -0,0 +1,2 @@
Main changes in this version: VoIP (audio and video calls in DM) improvement and bug fixes!
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.1.0

View file

@ -12,8 +12,8 @@ kapt {
// Note: 2 digits max for each value
ext.versionMajor = 1
ext.versionMinor = 0
ext.versionPatch = 18
ext.versionMinor = 1
ext.versionPatch = 0
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'