Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 16, 2022
1 parent 5ee267f commit 2a09356
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/473.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/478.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/480.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/481.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/484.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/489.misc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2a09356

Please sign in to comment.