diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d93d3001..7b96c1cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,12 @@ This is the changelog of MatrixCtl. You can find the issue tracker on .. towncrier release notes start +0.11.5 (2021-12-01) +=================== + +No significant changes. + + 0.11.4 (2021-12-01) =================== diff --git a/pyproject.toml b/pyproject.toml index a30170a3..ee209c51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "matrixctl" -version = "0.11.4" +version = "0.11.5" description = "Control, manage, provision and deploy matrix homeservers." license = "GPL-3.0-or-later"