From 5dae23b2ad6c9b20a866dd4c9f0e975f9e7e0b80 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Thu, 20 Jun 2024 07:46:02 -0400 Subject: [PATCH] 5.4.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ changelog.d/935.feature | 1 - changelog.d/936.bugfix | 1 - changelog.d/937.bugfix | 1 - changelog.d/938.bugfix | 1 - changelog.d/945.feature | 3 --- package.json | 2 +- 7 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 changelog.d/935.feature delete mode 100644 changelog.d/936.bugfix delete mode 100644 changelog.d/937.bugfix delete mode 100644 changelog.d/938.bugfix delete mode 100644 changelog.d/945.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index efc282ed4..ae63a5cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ================== diff --git a/changelog.d/935.feature b/changelog.d/935.feature deleted file mode 100644 index 15758a79f..000000000 --- a/changelog.d/935.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for reopened GitLab MR. \ No newline at end of file diff --git a/changelog.d/936.bugfix b/changelog.d/936.bugfix deleted file mode 100644 index d22b1cabd..000000000 --- a/changelog.d/936.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix GitLab's ready for review hook. \ No newline at end of file diff --git a/changelog.d/937.bugfix b/changelog.d/937.bugfix deleted file mode 100644 index 617273e89..000000000 --- a/changelog.d/937.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix rendering of comments of GitLab merge requests. \ No newline at end of file diff --git a/changelog.d/938.bugfix b/changelog.d/938.bugfix deleted file mode 100644 index 3e28f568a..000000000 --- a/changelog.d/938.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix the symbol used to prefix GitLab merge requests. \ No newline at end of file diff --git a/changelog.d/945.feature b/changelog.d/945.feature deleted file mode 100644 index bf4e2350f..000000000 --- a/changelog.d/945.feature +++ /dev/null @@ -1,3 +0,0 @@ -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. diff --git a/package.json b/package.json index b017eccc2..0bb4aa1c7 100644 --- a/package.json +++ b/package.json @@ -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",