From ca3ecba6516f9f3302fa118edcab3b8b1d06bee7 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Fri, 8 Oct 2021 17:21:11 +0100 Subject: [PATCH] 2.4.6 --- CHANGELOG.md | 9 +++++++++ changelog.d/415.bugfix | 1 - sydent/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/415.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb4237a..d123e407 100644 --- a/CHANGELOG.md +++ b/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) ========================= diff --git a/changelog.d/415.bugfix b/changelog.d/415.bugfix deleted file mode 100644 index 3ab759c8..00000000 --- a/changelog.d/415.bugfix +++ /dev/null @@ -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. diff --git a/sydent/__init__.py b/sydent/__init__.py index 71c852b6..c9e914fc 100644 --- a/sydent/__init__.py +++ b/sydent/__init__.py @@ -1 +1 @@ -__version__ = "2.4.5" +__version__ = "2.4.6"