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

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 20, 2020
2 parents 4f729a7 + fb5acd7 commit 7a9236a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Synapse 1.3.0 (2019-08-15)
==========================

Bugfixes
--------

- Fix 500 Internal Server Error on `publicRooms` when the public room list was
cached. ([\#5851](https://github.com/matrix-org/synapse/issues/5851))


Synapse 1.3.0rc1 (2019-08-13)
==========================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/5766.misc

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/5851.bugfix

This file was deleted.

5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matrix-synapse-py3 (1.3.0) UNRELEASED; urgency=medium
matrix-synapse-py3 (1.3.0) stable; urgency=medium

[ Andrew Morgan ]
* Remove libsqlite3-dev from required build dependencies.
Expand All @@ -13,8 +13,9 @@ matrix-synapse-py3 (1.2.0) stable; urgency=medium

[ Synapse Packaging team ]
* New synapse release 1.2.0.
* New synapse release 1.3.0.

-- Synapse Packaging team <packages@matrix.org> Thu, 25 Jul 2019 14:10:07 +0100
-- Synapse Packaging team <packages@matrix.org> Thu, 15 Aug 2019 12:04:23 +0100

matrix-synapse-py3 (1.1.0) stable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
except ImportError:
pass

__version__ = "1.3.0rc1"
__version__ = "1.3.0"

0 comments on commit 7a9236a

Please sign in to comment.