From 9ac98197bb88d3ec85fe586b2f483a86e19f6206 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 8 May 2017 11:07:54 +0100 Subject: Bump version and changelog --- synapse/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/__init__.py') diff --git a/synapse/__init__.py b/synapse/__init__.py index 2e5f4e0ead..500739b9a0 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a Matrix home server. """ -__version__ = "0.20.0" +__version__ = "0.21.0-rc1" -- cgit 1.4.1 From 771c8a83c7f1f53aa03074d8fe69217037fbe188 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 8 May 2017 13:23:46 +0100 Subject: Bump version and changelog --- CHANGES.rst | 13 +++++++++++++ synapse/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'synapse/__init__.py') diff --git a/CHANGES.rst b/CHANGES.rst index 183586e8dd..babeaa0ded 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +Changes in synapse v0.21.0-rc2 (2017-05-08) +=========================================== + +Changes: + +* Always mark remotes as up if we receive a signed request from them (PR #2190) + + +Bug fixes: + +* Fix bug where users got pushed for rooms they had muted (PR #2200) + + Changes in synapse v0.21.0-rc1 (2017-05-08) =========================================== diff --git a/synapse/__init__.py b/synapse/__init__.py index 500739b9a0..d4ad23fa3d 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a Matrix home server. """ -__version__ = "0.21.0-rc1" +__version__ = "0.21.0-rc2" -- cgit 1.4.1