瀏覽代碼

Bump version and changelog

Erik Johnston 6 年之前
父節點
當前提交
76ed3476d3
共有 2 個文件被更改,包括 10 次插入1 次删除
  1. 9 0
      CHANGES.rst
  2. 1 1
      synapse/__init__.py

+ 9 - 0
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)
 =======================================
 

+ 1 - 1
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"