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() {