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

Commit ff0148a

Browse files
committed
1.96.0
1 parent bf69b57 commit ff0148a

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Synapse 1.96.0 (2023-11-16)
2+
3+
### Bugfixes
4+
5+
- Fix "'int' object is not iterable" error in `set_device_id_for_pushers` background update introduced in Synapse 1.95.0. ([\#16594](https://github.com/matrix-org/synapse/issues/16594))
6+
7+
8+
9+
110
# Synapse 1.96.0rc1 (2023-10-31)
211

312
### Features

changelog.d/16594.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.96.0) stable; urgency=medium
2+
3+
* New synapse release 1.96.0.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 16 Nov 2023 17:54:26 +0000
6+
17
matrix-synapse-py3 (1.96.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.96.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
9696

9797
[tool.poetry]
9898
name = "matrix-synapse"
99-
version = "1.96.0rc1"
99+
version = "1.96.0"
100100
description = "Homeserver for the Matrix decentralised comms protocol"
101101
authors = ["Matrix.org Team and Contributors <[email protected]>"]
102102
license = "Apache-2.0"

0 commit comments

Comments
 (0)