This commit is contained in:
Erik Johnston 2019-07-04 11:44:09 +01:00
parent f6608a8805
commit 20332b278d
4 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,6 @@
Synapse 1.1.0 (2019-07-04)
==========================
Synapse 1.1.0rc2 (2019-07-03)
=============================

View file

@ -1 +0,0 @@
Change a previous changelog entry to suggest that people use a config file for Docker instead of env vars.

7
debian/changelog vendored
View file

@ -1,9 +1,12 @@
matrix-synapse-py3 (1.0.0+nmu1) UNRELEASED; urgency=medium
matrix-synapse-py3 (1.1.0) stable; urgency=medium
[ Silke Hofstra ]
* Include systemd-python to allow logging to the systemd journal.
-- Silke Hofstra <silke@slxh.eu> Wed, 29 May 2019 09:45:29 +0200
[ Synapse Packaging team ]
* New synapse release 1.1.0.
-- Synapse Packaging team <packages@matrix.org> Thu, 04 Jul 2019 11:43:41 +0100
matrix-synapse-py3 (1.0.0) stable; urgency=medium

View file

@ -35,4 +35,4 @@ try:
except ImportError:
pass
__version__ = "1.1.0rc2"
__version__ = "1.1.0"