diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd2a8366..004bb507 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: run: python scripts/get_latest_release.py - name: Convert from changelog_latest.rst to changelog_latest.md - uses: docker://pandoc/core:2.9 + uses: docker://pandoc/core:2.16.2 with: args: >- --output=chagelog_latest.md 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"