Bump changelog and version for v0.12.0

This commit is contained in:
Mark Haines 2016-01-04 13:57:39 +00:00
parent 34c09f33da
commit d2709a5389
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
Changes in synapse v0.12.0-rc4 (unreleased) Changes in synapse v0.12.0 (2016-01-04)
=========================================== =======================================
* Fix C-S API to expose ``/login`` under ``r0`` (PR #459)
* Expose ``/login`` under ``r0`` (PR #459)
Changes in synapse v0.12.0-rc3 (2015-12-23) Changes in synapse v0.12.0-rc3 (2015-12-23)
=========================================== ===========================================

View File

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