浏览代码

Bump changelog and version

Erik Johnston 7 年之前
父节点
当前提交
60a015550a
共有 2 个文件被更改,包括 15 次插入1 次删除
  1. 14 0
      CHANGES.rst
  2. 1 1
      synapse/__init__.py

+ 14 - 0
CHANGES.rst

@@ -1,3 +1,17 @@
+Changes in synapse v0.17.1 (2016-08-24)
+=======================================
+
+Changes:
+
+* Delete old received_transactions rows (PR #1038)
+* Pass through user-supplied content in /join/$room_id (PR #1039)
+
+
+Bug fixes:
+
+* Fix bug with backfill (PR #1040)
+
+
 Changes in synapse v0.17.1-rc1 (2016-08-22)
 ===========================================
 

+ 1 - 1
synapse/__init__.py

@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.17.1-rc1"
+__version__ = "0.17.1"