Skip to content

Commit c1b7c6b

Browse files
committedFeb 11, 2025
1.124.0
1 parent 0076197 commit c1b7c6b

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
 

‎CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Synapse 1.124.0 (2025-02-11)
2+
3+
No significant changes since 1.124.0rc3.
4+
5+
6+
7+
18
# Synapse 1.124.0rc3 (2025-02-07)
29

310
### Bugfixes

‎debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.124.0) stable; urgency=medium
2+
3+
* New Synapse release 1.124.0.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Tue, 11 Feb 2025 11:55:22 +0100
6+
17
matrix-synapse-py3 (1.124.0~rc3) stable; urgency=medium
28

39
* New Synapse release 1.124.0rc3.

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
9797

9898
[tool.poetry]
9999
name = "matrix-synapse"
100-
version = "1.124.0rc3"
100+
version = "1.124.0"
101101
description = "Homeserver for the Matrix decentralised comms protocol"
102102
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
103103
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)