mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 07:21:37 +01:00
1.2.0rc2
This commit is contained in:
parent
cf2972c818
commit
2d573e2e2b
3 changed files with 10 additions and 2 deletions
|
@ -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)
|
Synapse 1.2.0rc1 (2019-07-22)
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fix a regression introduced in v1.2.0rc1 which led to incorrect labels on some prometheus metrics.
|
|
|
@ -35,4 +35,4 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.2.0rc1"
|
__version__ = "1.2.0rc2"
|
||||||
|
|
Loading…
Reference in a new issue