Skip to content

Commit

Permalink
1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Jun 16, 2020
1 parent 3e6b5bb commit 65eb078
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 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.15.1 (2020-06-16)
===========================

Bugfixes
--------

- Fix a bug introduced on v1.15.0 that would crash Synapse on start when using certain password auth providers. ([\#7684](https://github.com/matrix-org/synapse/issues/7684))
- Fix a bug introduced on v1.15.0 which meant that some 3PID management endpoints were not accessible on the correct URL. ([\#7685](https://github.com/matrix-org/synapse/issues/7685))


Synapse 1.15.0 (2020-06-11)
===========================

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

This file was deleted.

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

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.15.1) stable; urgency=medium

* New synapse release 1.15.1.

-- Synapse Packaging team <[email protected]> Tue, 16 Jun 2020 10:27:50 +0100

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

* New synapse release 1.15.0.
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.15.0"
__version__ = "1.15.1"

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 65eb078

Please sign in to comment.