Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit a5be38b

Browse files
committed
Merge branch 'release/0.9.5' into develop
2 parents db56280 + b2f4ed4 commit a5be38b

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

CHANGES.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,18 @@
1-
Changes in Riot 0.9.5 (2019-XX-XX)
1+
Changes in Riot 0.9.5 (2019-09-10)
22
===================================================
33

4-
MatrixSdk:
5-
- Upgrade MatrixSdk to version 0.X.Y.
6-
- Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.X.Y
7-
84
Features:
95
- Auto configure homeserver and identity server URLs of LoginActivity with a magic link (#3294)
106

117
Improvements:
128
- Handle correctly the error 404 when entering a homeserver URL on the login screen
139

14-
Other changes:
15-
-
16-
1710
Bugfix:
1811
- Restore correctly the login form when coming back from SSO login form.
1912

2013
Translations:
2114
- Riot is fully translated into Korean thanks to paijai.
2215

23-
Build:
24-
-
25-
2616
Changes in Riot 0.9.4 (2019-08-28)
2717
===================================================
2818

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
// global properties used in sub modules
2525
ext {
2626
versionCodeProp = 90500
27-
versionNameProp = "0.9.5-dev"
27+
versionNameProp = "0.9.5"
2828
versionBuild = System.getenv("BUILD_NUMBER") as Integer ?: 0
2929
buildNumberProp = "${versionBuild}"
3030
}

0 commit comments

Comments
 (0)