Brendan Abolivier 3 years ago
parent
commit
8302b311f6
3 changed files with 10 additions and 2 deletions
  1. 9 0
      CHANGELOG.md
  2. 0 1
      changelog.d/413.bugfix
  3. 1 1
      sydent/__init__.py

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,12 @@
+Sydent 2.4.5 (2021-10-08)
+=========================
+
+Bugfixes
+--------
+
+- Fix a long-standing bug in asynchronous code that could cause SMS messages not to be correctly sent. ([\#413](https://github.com/matrix-org/sydent/issues/413))
+
+
 Sydent 2.4.4 (2021-10-08)
 =========================
 

+ 0 - 1
changelog.d/413.bugfix

@@ -1 +0,0 @@
-Fix a long-standing bug in asynchronous code that could cause SMS messages not to be correctly sent.

+ 1 - 1
sydent/__init__.py

@@ -1 +1 @@
-__version__ = "2.4.4"
+__version__ = "2.4.5"