0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-13 08:08:57 +02:00
This commit is contained in:
Andrew Morgan 2019-07-24 13:38:33 +01:00
parent cf2972c818
commit 2d573e2e2b
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,12 @@
Synapse 1.2.0rc2 (2019-07-24)
=============================
Bugfixes
--------
- Fix a regression introduced in v1.2.0rc1 which led to incorrect labels on some prometheus metrics. ([\#5734](https://github.com/matrix-org/synapse/issues/5734))
Synapse 1.2.0rc1 (2019-07-22)
=============================

View file

@ -1 +0,0 @@
Fix a regression introduced in v1.2.0rc1 which led to incorrect labels on some prometheus metrics.

View file

@ -35,4 +35,4 @@ try:
except ImportError:
pass
__version__ = "1.2.0rc1"
__version__ = "1.2.0rc2"