mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Version++
This commit is contained in:
parent
0a0af221f0
commit
b766bce07d
2 changed files with 22 additions and 1 deletions
21
CHANGES.md
21
CHANGES.md
|
@ -1,3 +1,24 @@
|
|||
Changes in RiotX 0.8.0 (2019-XX-XX)
|
||||
===================================================
|
||||
|
||||
Features ✨:
|
||||
-
|
||||
|
||||
Improvements 🙌:
|
||||
-
|
||||
|
||||
Other changes:
|
||||
-
|
||||
|
||||
Bugfix 🐛:
|
||||
-
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
||||
Build 🧱:
|
||||
-
|
||||
|
||||
Changes in RiotX 0.7.0 (2019-10-24)
|
||||
===================================================
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ androidExtensions {
|
|||
}
|
||||
|
||||
ext.versionMajor = 0
|
||||
ext.versionMinor = 7
|
||||
ext.versionMinor = 8
|
||||
ext.versionPatch = 0
|
||||
|
||||
static def getGitTimestamp() {
|
||||
|
|
Loading…
Reference in a new issue