Browse Source

Bump version and change log

Erik Johnston 8 years ago
parent
commit
3f60481655
2 changed files with 7 additions and 1 deletions
  1. 6 0
      CHANGES.rst
  2. 1 1
      synapse/__init__.py

+ 6 - 0
CHANGES.rst

@@ -1,3 +1,9 @@
+Changes in synapse v0.10.0-r2 (2015-09-10)
+==========================================
+
+* Fix bug where we always fetched remote server signing keys instead of using
+  ones in our cache.
+
 Changes in synapse v0.10.0-r1 (2015-09-08)
 ==========================================
 

+ 1 - 1
synapse/__init__.py

@@ -16,4 +16,4 @@
 """ This is a reference implementation of a Matrix home server.
 """
 
-__version__ = "0.10.0-r1"
+__version__ = "0.10.0-r2"