mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
4.4.1
This commit is contained in:
parent
a55cb58a9e
commit
b7d66177de
31
CHANGELOG.md
31
CHANGELOG.md
@ -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)
|
4.4.0 (2023-06-28)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Fix instructions for validating your config using Docker
|
|
@ -1 +0,0 @@
|
|||||||
Sort feed list alphabetically in bot command response
|
|
@ -1 +0,0 @@
|
|||||||
Add more icons to GitHub repo hooks
|
|
@ -1 +0,0 @@
|
|||||||
Update word-wrap from 1.2.3 to 1.2.4.
|
|
@ -1 +0,0 @@
|
|||||||
Update matrix-appservice-bridge to 9.0.1.
|
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "matrix-hookshot",
|
"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.",
|
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
|
||||||
"main": "lib/app.js",
|
"main": "lib/app.js",
|
||||||
"repository": "https://github.com/matrix-org/matrix-hookshot",
|
"repository": "https://github.com/matrix-org/matrix-hookshot",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user