Prepare v0.14.1

This commit is contained in:
Benoit Marty 2020-02-02 07:55:46 +01:00
parent bb0fafcb2f
commit 435d8cbc55
2 changed files with 5 additions and 19 deletions

View file

@ -1,23 +1,9 @@
Changes in RiotX 0.15.0 (2020-XX-XX)
Changes in RiotX 0.14.1 (2020-02-02)
===================================================
Features ✨:
-
Improvements 🙌:
-
Other changes:
-
Bugfix 🐛:
-
Translations 🗣:
-
Build 🧱:
-
- Cross-signing: fix UX issue when closing the bottom sheet verification (#813)
- Room and room member profile: fix issues on dark and black themes
Changes in RiotX 0.14.0 (2020-02-01)
===================================================

View file

@ -15,8 +15,8 @@ androidExtensions {
}
ext.versionMajor = 0
ext.versionMinor = 15
ext.versionPatch = 0
ext.versionMinor = 14
ext.versionPatch = 1
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'