summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-07-06 18:11:22 +0100
committerErik Johnston <erik@matrix.org>2017-07-06 18:11:22 +0100
commit76ed3476d3f59bc17c345aa8dffbc2635999e5fa (patch)
tree2c050e75f879921964990695d59c876aa2f51fb9
parentFix bug where pusherpool didn't start and broke some rooms (diff)
downloadsynapse-76ed3476d3f59bc17c345aa8dffbc2635999e5fa.tar.xz
Bump version and changelog
-rw-r--r--CHANGES.rst9
-rw-r--r--synapse/__init__.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e7c12dd919..a415944756 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+Changes in synapse v0.22.1 (2017-07-06)
+=======================================
+
+Bug fixes:
+
+* Fix bug where pusher pool didn't start and caused issues when
+  interacting with some rooms (PR #2342)
+
+
 Changes in synapse v0.22.0 (2017-07-06)
 =======================================
 
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 60af1cbecd..dbf22eca00 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.22.0"
+__version__ = "0.22.1"