From 35a541c824a2c22bd608f3e24d4da8560c1cce99 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 22 Dec 2016 16:30:14 +0000 Subject: [PATCH 1/3] Bump to olm 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26f939df60..e27e946fc5 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "webpack-dev-server": "^1.16.2" }, "optionalDependencies": { - "olm": "https://matrix.org/packages/npm/olm/olm-2.0.0.tgz" + "olm": "https://matrix.org/packages/npm/olm/olm-2.1.0.tgz" }, "build": { "appId": "im.riot.app", From 3803c642262819129a4a955cc8793ba4d50f0064 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 22 Dec 2016 18:15:00 +0000 Subject: [PATCH 2/3] prep 0.9.4 changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f2bf2f87..5427b8dcfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Changes in [0.9.4](https://github.com/vector-im/riot-web/releases/tag/v0.9.4) (2016-12-22) +========================================================================================== +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.3...v0.9.4) + + * Update to libolm 2.1.0. This should help resolve a problem with browser + sessions being logged out ([\#2726](https://github.com/vector-im/riot-web/issues/2726)). + Changes in [0.9.3](https://github.com/vector-im/riot-web/releases/tag/v0.9.3) (2016-12-22) ========================================================================================== [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.2...v0.9.3) From ff70b0a2c89d32a175a565a2113861cc35cbe4f9 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 22 Dec 2016 18:24:04 +0000 Subject: [PATCH 3/3] v0.9.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e27e946fc5..34df1c4eb4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron/src/electron-main.js", - "version": "0.9.3", + "version": "0.9.4", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "repository": {