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

Commit 4b678b2

Browse files
committed
1.67.0
1 parent 9d11842 commit 4b678b2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Synapse 1.67.0rc1 (2022-09-06)
2-
==============================
1+
Synapse 1.67.0 (2022-09-13)
2+
===========================
33

44
This release removes using the deprecated direct TCP replication configuration
55
for workers. Server admins should use Redis instead. See the [upgrade
@@ -19,6 +19,12 @@ database will require SQLite version 3.27.0 or higher. (The [current minimum
1919
See [#12983](https://github.com/matrix-org/synapse/issues/12983) and the [upgrade notes](https://matrix-org.github.io/synapse/v1.67/upgrade.html#upgrading-to-v1670). for more details.
2020

2121

22+
No significant changes since 1.67.0rc1.
23+
24+
25+
Synapse 1.67.0rc1 (2022-09-06)
26+
==============================
27+
2228
Features
2329
--------
2430

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.67.0) stable; urgency=medium
2+
3+
* New Synapse release 1.67.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 13 Sep 2022 09:19:56 +0100
6+
17
matrix-synapse-py3 (1.67.0~rc1) stable; urgency=medium
28

39
[ Erik Johnston ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ skip_gitignore = true
5454

5555
[tool.poetry]
5656
name = "matrix-synapse"
57-
version = "1.67.0rc1"
57+
version = "1.67.0"
5858
description = "Homeserver for the Matrix decentralised comms protocol"
5959
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6060
license = "Apache-2.0"

0 commit comments

Comments
 (0)