Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 130668b

Browse files
committed
Merge branch 'master' into develop
2 parents 4283bd1 + 6b097a3 commit 130668b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: CHANGES.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
Synapse 1.69.0rc4 (2022-10-14)
2-
==============================
1+
Synapse 1.69.0 (2022-10-17)
2+
===========================
33

44
Please note that legacy Prometheus metric names are now deprecated and will be removed in Synapse 1.73.0.
55
Server administrators should update their dashboards and alerting rules to avoid using the deprecated metric names.
66
See the [upgrade notes](https://matrix-org.github.io/synapse/v1.69/upgrade.html#upgrading-to-v1690) for more details.
77

88

9+
No significant changes since 1.69.0rc4.
10+
11+
12+
Synapse 1.69.0rc4 (2022-10-14)
13+
==============================
14+
915
Bugfixes
1016
--------
1117

Diff for: debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.69.0) stable; urgency=medium
2+
3+
* New Synapse release 1.69.0.
4+
5+
-- Synapse Packaging team <[email protected]> Mon, 17 Oct 2022 11:31:03 +0100
6+
17
matrix-synapse-py3 (1.69.0~rc4) stable; urgency=medium
28

39
* New Synapse release 1.69.0rc4.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
5757

5858
[tool.poetry]
5959
name = "matrix-synapse"
60-
version = "1.69.0rc4"
60+
version = "1.69.0"
6161
description = "Homeserver for the Matrix decentralised comms protocol"
6262
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6363
license = "Apache-2.0"

0 commit comments

Comments
 (0)