Skip to content

Commit

Permalink
1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jun 14, 2022
1 parent 7b54bad commit d580014
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Synapse 1.61.0 (2022-06-14)
===========================

Improved Documentation
----------------------

- Mention removed community/group worker endpoints in upgrade.md. Contributed by @olmari. ([\#13023](https://github.com/matrix-org/synapse/issues/13023))


Synapse 1.61.0rc1 (2022-06-07)
==============================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/13023.doc

This file was deleted.

6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.61.0) stable; urgency=medium

* New Synapse release 1.61.0.

-- Synapse Packaging team <[email protected]> Tue, 14 Jun 2022 11:44:19 +0100

matrix-synapse-py3 (1.61.0~rc1) stable; urgency=medium

* Remove unused `jitsimeetbridge` experiment from `contrib` directory.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ skip_gitignore = true

[tool.poetry]
name = "matrix-synapse"
version = "1.61.0rc1"
version = "1.61.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit d580014

Please sign in to comment.