mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
1.2.0rc2
This commit is contained in:
parent
cf2972c818
commit
2d573e2e2b
@ -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)
|
||||
=============================
|
||||
|
||||
|
@ -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:
|
||||
pass
|
||||
|
||||
__version__ = "1.2.0rc1"
|
||||
__version__ = "1.2.0rc2"
|
||||
|
Loading…
Reference in New Issue
Block a user