This commit is contained in:
Half-Shot 2022-09-16 14:30:57 +01:00
parent 5ee267f013
commit 2a093562ce
8 changed files with 25 additions and 7 deletions

View File

@ -1,3 +1,27 @@
2.2.0 (2022-09-16)
==================
Features
--------
- Ready/draft state changes for GitLab merge requests are now reported. ([\#480](https://github.com/matrix-org/matrix-hookshot/issues/480))
- Merge GitLab MR approvals and comments into one message. ([\#484](https://github.com/matrix-org/matrix-hookshot/issues/484))
Bugfixes
--------
- Log noisy "Got GitHub webhook event" log line at debug level. ([\#473](https://github.com/matrix-org/matrix-hookshot/issues/473))
- Fix Figma service not being able to create new webhooks on startup, causing a crash. ([\#481](https://github.com/matrix-org/matrix-hookshot/issues/481))
Internal Changes
----------------
- Fix a bug where the bridge can crash when JSON logging is enabled. ([\#478](https://github.com/matrix-org/matrix-hookshot/issues/478))
- Update codemirror and remove unused font. ([\#489](https://github.com/matrix-org/matrix-hookshot/issues/489))
2.1.2 (2022-09-03)
==================

View File

@ -1 +0,0 @@
Log noisy "Got GitHub webhook event" log line at debug level.

View File

@ -1 +0,0 @@
Fix a bug where the bridge can crash when JSON logging is enabled.

View File

@ -1 +0,0 @@
Ready/draft state changes for GitLab merge requests are now reported.

View File

@ -1 +0,0 @@
Fix Figma service not being able to create new webhooks on startup, causing a crash.

View File

@ -1 +0,0 @@
Merge GitLab MR approvals and comments into one message.

View File

@ -1 +0,0 @@
Update codemirror and remove unused font.

View File

@ -1,6 +1,6 @@
{
"name": "matrix-hookshot",
"version": "2.1.2",
"version": "2.2.0",
"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",