From 6c2faff1f00e28fb896e9b045e9c9f4b0155eea7 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 17 Sep 2019 14:53:50 +0200 Subject: [PATCH] Version++ (0.6.0) --- CHANGES.md | 22 ++++++++++++++++++++++ vector/build.gradle | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8dd858783c..f8561a0fe4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,29 @@ +Changes in RiotX 0.6.0 (2019-XX-XX) +=================================================== + +Features: + - + +Improvements: + - + +Other changes: + - + +Bugfix: + - + +Translations: + - + +Build: + - + Changes in RiotX 0.5.0 (2019-09-17) =================================================== Features: + - Implementation of login to homeerver with SSO - Handle M_CONSENT_NOT_GIVEN error (#64) - Auto configure homeserver and identity server URLs of LoginActivity with a magic link diff --git a/vector/build.gradle b/vector/build.gradle index 866a95b740..349bf7cf88 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -15,7 +15,7 @@ androidExtensions { } ext.versionMajor = 0 -ext.versionMinor = 5 +ext.versionMinor = 6 ext.versionPatch = 0 static def getGitTimestamp() {