Bump version and change log

This commit is contained in:
Erik Johnston 2015-09-10 09:58:32 +01:00
parent e1eb1f3fb9
commit 3f60481655
2 changed files with 7 additions and 1 deletions

View File

@ -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)
==========================================

View File

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