This commit is contained in:
Half-Shot 2023-07-31 10:18:01 +01:00
parent a55cb58a9e
commit b7d66177de
7 changed files with 32 additions and 6 deletions

View File

@ -1,3 +1,34 @@
4.4.1 (2023-07-31)
==================
It is **strongly** reccomended you upgrade your bridge, as this release contains security fixes.
🔒 Security
-----------
- Fixes for GHSA-vc7j-h8xg-fv5x.
Features
--------
- Add more icons to GitHub repo hooks ([\#795](https://github.com/matrix-org/matrix-hookshot/issues/795))
Bugfixes
--------
- Fix instructions for validating your config using Docker ([\#787](https://github.com/matrix-org/matrix-hookshot/issues/787))
Internal Changes
----------------
- Sort feed list alphabetically in bot command response ([\#791](https://github.com/matrix-org/matrix-hookshot/issues/791))
- Update word-wrap from 1.2.3 to 1.2.4. ([\#799](https://github.com/matrix-org/matrix-hookshot/issues/799))
- Update matrix-appservice-bridge to 9.0.1. ([\#800](https://github.com/matrix-org/matrix-hookshot/issues/800))
4.4.0 (2023-06-28)
==================

View File

@ -1 +0,0 @@
Fix instructions for validating your config using Docker

View File

@ -1 +0,0 @@
Sort feed list alphabetically in bot command response

View File

@ -1 +0,0 @@
Add more icons to GitHub repo hooks

View File

@ -1 +0,0 @@
Update word-wrap from 1.2.3 to 1.2.4.

View File

@ -1 +0,0 @@
Update matrix-appservice-bridge to 9.0.1.

View File

@ -1,6 +1,6 @@
{
"name": "matrix-hookshot",
"version": "4.4.0",
"version": "4.4.1",
"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",