From e0dadd4ad366f3fc3501f86c720a3f1055f98154 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Fri, 2 Sep 2022 14:18:19 +0100 Subject: [PATCH] 2.1.1 --- CHANGELOG.md | 9 +++++++++ changelog.d/467.bugfix | 1 - package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/467.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed63453..a0fbe0bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +2.1.1 (2022-09-02) +================== + +Bugfixes +-------- + +- Fixed issue where log lines would only be outputted when the `logging.level` is `debug`. ([\#467](https://github.com/matrix-org/matrix-hookshot/issues/467)) + + 2.1.0 (2022-09-02) ================== diff --git a/changelog.d/467.bugfix b/changelog.d/467.bugfix deleted file mode 100644 index 95ec76e5..00000000 --- a/changelog.d/467.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed issue where log lines would only be outputted when the `logging.level` is `debug`. \ No newline at end of file diff --git a/package.json b/package.json index 203f4b69..270438bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "2.1.0", + "version": "2.1.1", "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", "main": "lib/app.js", "repository": "https://github.com/matrix-org/matrix-hookshot",