Bump changelog and version
This commit is contained in:
parent
490b97d3e7
commit
82e71a259c
|
@ -1,3 +1,10 @@
|
|||
Changes in synapse v0.18.2-rc5 (2016-10-28)
|
||||
===========================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Fix prometheus process metrics in worker processes (PR #1184)
|
||||
|
||||
Changes in synapse v0.18.2-rc4 (2016-10-27)
|
||||
===========================================
|
||||
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
""" This is a reference implementation of a Matrix home server.
|
||||
"""
|
||||
|
||||
__version__ = "0.18.2-rc4"
|
||||
__version__ = "0.18.2-rc5"
|
||||
|
|
Loading…
Reference in New Issue