This commit is contained in:
Half-Shot 2022-09-02 14:18:19 +01:00
parent 944bbe77ff
commit e0dadd4ad3
3 changed files with 10 additions and 2 deletions

View File

@ -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)
==================

View File

@ -1 +0,0 @@
Fixed issue where log lines would only be outputted when the `logging.level` is `debug`.

View File

@ -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",