Erik Johnston 4 years ago
parent
commit
97174780ce
6 changed files with 28 additions and 4 deletions
  1. 21 0
      CHANGES.md
  2. 0 1
      changelog.d/5418.bugfix
  3. 0 1
      changelog.d/5419.doc
  4. 0 1
      changelog.d/5424.misc
  5. 6 0
      debian/changelog
  6. 1 1
      synapse/__init__.py

+ 21 - 0
CHANGES.md

@@ -1,3 +1,24 @@
+Synapse 1.0.0 (2019-06-11)
+==========================
+
+Bugfixes
+--------
+
+- Fix bug where attempting to send transactions with large number of EDUs can fail. ([\#5418](https://github.com/matrix-org/synapse/issues/5418))
+
+
+Improved Documentation
+----------------------
+
+- Expand the federation guide to include relevant content from the MSC1711 FAQ ([\#5419](https://github.com/matrix-org/synapse/issues/5419))
+
+
+Internal Changes
+----------------
+
+- Move password reset links to /_matrix/client/unstable namespace. ([\#5424](https://github.com/matrix-org/synapse/issues/5424))
+
+
 Synapse 1.0.0rc3 (2019-06-10)
 =============================
 

+ 0 - 1
changelog.d/5418.bugfix

@@ -1 +0,0 @@
-Fix bug where attempting to send transactions with large number of EDUs can fail.

+ 0 - 1
changelog.d/5419.doc

@@ -1 +0,0 @@
-Expand the federation guide to include relevant content from the MSC1711 FAQ 

+ 0 - 1
changelog.d/5424.misc

@@ -1 +0,0 @@
-Move password reset links to /_matrix/client/unstable namespace.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.0.0) stable; urgency=medium
+
+  * New synapse release 1.0.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 11 Jun 2019 17:09:53 +0100
+
 matrix-synapse-py3 (0.99.5.2) stable; urgency=medium
 
   * New synapse release 0.99.5.2.

+ 1 - 1
synapse/__init__.py

@@ -27,4 +27,4 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.0.0rc3"
+__version__ = "1.0.0"