mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
2.2.0
This commit is contained in:
parent
5ee267f013
commit
2a093562ce
24
CHANGELOG.md
24
CHANGELOG.md
@ -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)
|
||||
==================
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Log noisy "Got GitHub webhook event" log line at debug level.
|
@ -1 +0,0 @@
|
||||
Fix a bug where the bridge can crash when JSON logging is enabled.
|
@ -1 +0,0 @@
|
||||
Ready/draft state changes for GitLab merge requests are now reported.
|
@ -1 +0,0 @@
|
||||
Fix Figma service not being able to create new webhooks on startup, causing a crash.
|
@ -1 +0,0 @@
|
||||
Merge GitLab MR approvals and comments into one message.
|
@ -1 +0,0 @@
|
||||
Update codemirror and remove unused font.
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user