Skip to content

Commit

Permalink
5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Jun 20, 2024
1 parent 8630657 commit 5dae23b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
5.4.0 (2024-06-20)
==================

Features
--------

- Add support for reopened GitLab MR. ([\#935](https://github.com/matrix-org/matrix-hookshot/issues/935))
- Add support for new connection type "Outgoing Webhooks". This feature allows you to send outgoing HTTP requests to other services
when a message appears in a Matrix room. See [the documentation](https://matrix-org.github.io/matrix-hookshot/latest/setup/webhooks.html)
for help with this feature. ([\#945](https://github.com/matrix-org/matrix-hookshot/issues/945))


Bugfixes
--------

- Fix GitLab's ready for review hook. ([\#936](https://github.com/matrix-org/matrix-hookshot/issues/936))
- Fix rendering of comments of GitLab merge requests. ([\#937](https://github.com/matrix-org/matrix-hookshot/issues/937))
- Fix the symbol used to prefix GitLab merge requests. ([\#938](https://github.com/matrix-org/matrix-hookshot/issues/938))


5.3.0 (2024-04-17)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/935.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/945.feature

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": "5.3.0",
"version": "5.4.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 5dae23b

Please sign in to comment.