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`.