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

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jan 9, 2020
2 parents 7c232bd + 9dfcf47 commit d773290
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 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.8.0 (2020-01-09)
==========================

Bugfixes
--------

- Fix `GET` request on `/_synapse/admin/v2/users` endpoint. Contributed by Awesome Technologies Innovationslabor GmbH. ([\#6563](https://github.com/matrix-org/synapse/issues/6563))
- Fix incorrect signing of responses from the key server implementation. ([\#6657](https://github.com/matrix-org/synapse/issues/6657))


Synapse 1.8.0rc1 (2020-01-07)
=============================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/6563.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6657.bugfix

This file was deleted.

8 changes: 6 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
matrix-synapse-py3 (1.7.3ubuntu1) UNRELEASED; urgency=medium
matrix-synapse-py3 (1.8.0) stable; urgency=medium

[ Richard van der Hoff ]
* Automate generation of the default log configuration file.

-- Richard van der Hoff <richard@matrix.org> Fri, 03 Jan 2020 13:55:38 +0000
[ Synapse Packaging team ]
* New synapse release 1.8.0.

-- Synapse Packaging team <packages@matrix.org> Thu, 09 Jan 2020 11:39:27 +0000

matrix-synapse-py3 (1.7.3) 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 @@ -36,7 +36,7 @@
except ImportError:
pass

__version__ = "1.8.0rc1"
__version__ = "1.8.0"

if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when
Expand Down

0 comments on commit d773290

Please sign in to comment.