summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md9
-rw-r--r--changelog.d/4361.misc1
-rw-r--r--changelog.d/4362.misc1
-rw-r--r--debian/changelog5
-rw-r--r--synapse/__init__.py2
5 files changed, 13 insertions, 5 deletions
diff --git a/CHANGES.md b/CHANGES.md
index abbc65ab8e..e403a65d17 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+Synapse 0.34.1 (2019-01-09)
+===========================
+
+Internal Changes
+----------------
+
+- Add better logging for unexpected errors while sending transactions ([\#4361](https://github.com/matrix-org/synapse/issues/4361), [\#4362](https://github.com/matrix-org/synapse/issues/4362))
+
+
 Synapse 0.34.1rc1 (2019-01-08)
 ==============================
 
diff --git a/changelog.d/4361.misc b/changelog.d/4361.misc
deleted file mode 100644
index 020dacb547..0000000000
--- a/changelog.d/4361.misc
+++ /dev/null
@@ -1 +0,0 @@
-Add better logging for unexpected errors while sending transactions
diff --git a/changelog.d/4362.misc b/changelog.d/4362.misc
deleted file mode 100644
index 020dacb547..0000000000
--- a/changelog.d/4362.misc
+++ /dev/null
@@ -1 +0,0 @@
-Add better logging for unexpected errors while sending transactions
diff --git a/debian/changelog b/debian/changelog
index fc8218bee7..95edf92206 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-matrix-synapse-py3 (0.34.0.1) UNRELEASED; urgency=medium
+matrix-synapse-py3 (0.34.1) stable; urgency=medium
 
+  * New synapse release 0.34.1.
   * Update Conflicts specifications to allow installation alongside our
     matrix-synapse transitional package.
 
- -- Synapse Packaging team <packages@matrix.org>  Wed, 02 Jan 2019 17:48:40 +0000
+ -- Synapse Packaging team <packages@matrix.org>  Wed, 09 Jan 2019 14:52:24 +0000
 
 matrix-synapse-py3 (0.34.0) stable; urgency=medium
 
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 7819cfbcbb..2935238fa2 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -27,4 +27,4 @@ try:
 except ImportError:
     pass
 
-__version__ = "0.34.1rc1"
+__version__ = "0.34.1"