summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-02-11 16:03:47 +0000
committerErik Johnston <erik@matrix.org>2016-02-11 16:04:15 +0000
commit2a24f906a9a7e29e0744ad89cb2de5328c5f3987 (patch)
tree3baa10fc7a3c447e910a9d8f03fbdda238ab08dc
parentMerge branch 'master' of github.com:matrix-org/synapse into develop (diff)
downloadsynapse-2a24f906a9a7e29e0744ad89cb2de5328c5f3987.tar.xz
Bump version and changelog
-rw-r--r--CHANGES.rst5
-rw-r--r--synapse/__init__.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ac7dcdca2c..bebf489e21 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,8 @@
+Changes in synapse v0.13.3 (2016-02-11)
+=======================================
+
+* Fix bug where ``/sync`` would occasionally return events in the wrong room.
+
 Changes in synapse v0.13.2 (2016-02-11)
 =======================================
 
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 9c4213a4a9..bc50bec9db 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.13.2"
+__version__ = "0.13.3"