summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-09-09 11:07:39 +0100
committerErik Johnston <erik@matrix.org>2016-09-09 11:07:39 +0100
commit66efcbbff1c9f85a9bc003513af45ea513264abb (patch)
tree4a8cc3cf739ea2be7b5dd126a6076e7b0f31336b
parentReduce batch size to be under SQL limit (diff)
downloadsynapse-66efcbbff1c9f85a9bc003513af45ea513264abb.tar.xz
Bump changelog and version
-rw-r--r--CHANGES.rst9
-rw-r--r--synapse/__init__.py2
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c40a32abd6..23be6c8efa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,10 +1,17 @@
+Changes in synapse v0.17.3 (2016-09-09)
+=======================================
+
+This release fixes a major bug that stopped servers from handling rooms with
+over 1000 members.
+
+
 Changes in synapse v0.17.2 (2016-09-08)
 =======================================
 
 This release contains security bug fixes. Please upgrade.
 
 
-No changes since v0.17.2
+No changes since v0.17.2-rc1
 
 
 Changes in synapse v0.17.2-rc1 (2016-09-05)
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 523deaa5ff..b778cd65c9 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.17.2"
+__version__ = "0.17.3"