diff --git a/CHANGES.md b/CHANGES.md index 727275fa33..adea39e16b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Synapse 0.34.0.1 (2019-01-11) +============================= + +Bugfixes +-------- + +- Fix problem reading macaroon_secret_key from config + ([\#4373](https://github.com/matrix-org/synapse/issues/4373)) + + Synapse 0.34.0 (2018-12-20) =========================== diff --git a/changelog.d/4373.bugfix b/changelog.d/4373.bugfix deleted file mode 100644 index e50697cc52..0000000000 --- a/changelog.d/4373.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix problem reading macaroon_secret_key from config