Brendan Abolivier 2 yıl önce
ebeveyn
işleme
ca3ecba651
3 değiştirilmiş dosya ile 10 ekleme ve 2 silme
  1. 9 0
      CHANGELOG.md
  2. 0 1
      changelog.d/415.bugfix
  3. 1 1
      sydent/__init__.py

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,12 @@
+Sydent 2.4.6 (2021-10-08)
+=========================
+
+Bugfixes
+--------
+
+- Fix a long-standing bug with error handling around missing headers when dealing with the OpenMarket API, which could cause the wrong assumption that sending a SMS failed when it didn't. ([\#415](https://github.com/matrix-org/sydent/issues/415))
+
+
 Sydent 2.4.5 (2021-10-08)
 =========================
 

+ 0 - 1
changelog.d/415.bugfix

@@ -1 +0,0 @@
-Fix a long-standing bug with error handling around missing headers when dealing with the OpenMarket API, which could cause the wrong assumption that sending a SMS failed when it didn't.

+ 1 - 1
sydent/__init__.py

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