Skip to content

Commit 5dae23b

Browse files
committed
5.4.0
1 parent 8630657 commit 5dae23b

File tree

7 files changed

+21
-8
lines changed

7 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
5.4.0 (2024-06-20)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- Add support for reopened GitLab MR. ([\#935](https://github.com/matrix-org/matrix-hookshot/issues/935))
8+
- Add support for new connection type "Outgoing Webhooks". This feature allows you to send outgoing HTTP requests to other services
9+
when a message appears in a Matrix room. See [the documentation](https://matrix-org.github.io/matrix-hookshot/latest/setup/webhooks.html)
10+
for help with this feature. ([\#945](https://github.com/matrix-org/matrix-hookshot/issues/945))
11+
12+
13+
Bugfixes
14+
--------
15+
16+
- Fix GitLab's ready for review hook. ([\#936](https://github.com/matrix-org/matrix-hookshot/issues/936))
17+
- Fix rendering of comments of GitLab merge requests. ([\#937](https://github.com/matrix-org/matrix-hookshot/issues/937))
18+
- Fix the symbol used to prefix GitLab merge requests. ([\#938](https://github.com/matrix-org/matrix-hookshot/issues/938))
19+
20+
121
5.3.0 (2024-04-17)
222
==================
323

changelog.d/935.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/936.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/937.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/938.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/945.feature

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-hookshot",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
55
"main": "lib/app.js",
66
"repository": "https://github.com/matrix-org/matrix-hookshot",

0 commit comments

Comments
 (0)