From 9d2d1a4f1cd8d7252945d850641b4a56a94667d3 Mon Sep 17 00:00:00 2001 From: Sean Quah Date: Tue, 14 Dec 2021 17:54:08 +0000 Subject: [PATCH] Update 0.11.0 changelog --- CHANGELOG.md | 3 ++- changelog.d/290.misc | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/290.misc diff --git a/CHANGELOG.md b/CHANGELOG.md index 045edc5c..cd5ea1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Sygnal 0.11.0 (2021-12-09) +Sygnal 0.11.0 (2021-12-15) ========================== Bugfixes @@ -30,6 +30,7 @@ Internal Changes - Convert the README to use markdown rather than reStructuredText for consistency and familiarity. ([\#278](https://github.com/matrix-org/sygnal/issues/278)) - Move `glob_to_regex` to `matrix-python-common`. ([\#281](https://github.com/matrix-org/sygnal/issues/281)) - Add `opentracing-types` to the dev dependencies. ([\#287](https://github.com/matrix-org/sygnal/issues/287)) +- Add missing dependencies to `setup.py`. ([\#290](https://github.com/matrix-org/sygnal/issues/290)) Sygnal 0.10.1 (2021-08-16) diff --git a/changelog.d/290.misc b/changelog.d/290.misc deleted file mode 100644 index b685bea6..00000000 --- a/changelog.d/290.misc +++ /dev/null @@ -1 +0,0 @@ -Add missing dependencies to `setup.py`.