summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-02-02 11:10:41 +0000
committerErik Johnston <erik@matrix.org>2017-02-02 11:10:41 +0000
commitbfe3f5815faa230692ec9090baaea17224bd8a4c (patch)
tree0c3db255e11a48dfd00600c8e2b619df8b9f7754
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.19.0 (diff)
downloadsynapse-bfe3f5815faa230692ec9090baaea17224bd8a4c.tar.xz
Update changelog v0.19.0-rc2
-rw-r--r--CHANGES.rst6
-rw-r--r--synapse/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 979be4ae68..8473d7d48c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+Changes in synapse v0.19.0-rc2 (2017-02-02)
+===========================================
+
+* Include newly joined users in /keys/changes API (PR #1872)
+
+
 Changes in synapse v0.19.0-rc1 (2017-02-02)
 ===========================================
 
diff --git a/synapse/__init__.py b/synapse/__init__.py
index a053a02adb..d398799579 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.19.0-rc1"
+__version__ = "0.19.0-rc2"