From b7d66177de7478544f7c97c9b830f9b94961b27e Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 31 Jul 2023 10:18:01 +0100 Subject: [PATCH] 4.4.1 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ changelog.d/787.bugfix | 1 - changelog.d/791.misc | 1 - changelog.d/795.feature | 1 - changelog.d/799.misc | 1 - changelog.d/800.misc | 1 - package.json | 2 +- 7 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/787.bugfix delete mode 100644 changelog.d/791.misc delete mode 100644 changelog.d/795.feature delete mode 100644 changelog.d/799.misc delete mode 100644 changelog.d/800.misc diff --git a/CHANGELOG.md b/CHANGELOG.md index 084a0d3e..5837a0a9 100644 --- a/CHANGELOG.md +++ b/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) ================== diff --git a/changelog.d/787.bugfix b/changelog.d/787.bugfix deleted file mode 100644 index 7ded8449..00000000 --- a/changelog.d/787.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix instructions for validating your config using Docker \ No newline at end of file diff --git a/changelog.d/791.misc b/changelog.d/791.misc deleted file mode 100644 index 5c94a713..00000000 --- a/changelog.d/791.misc +++ /dev/null @@ -1 +0,0 @@ -Sort feed list alphabetically in bot command response diff --git a/changelog.d/795.feature b/changelog.d/795.feature deleted file mode 100644 index 0a32cff8..00000000 --- a/changelog.d/795.feature +++ /dev/null @@ -1 +0,0 @@ -Add more icons to GitHub repo hooks \ No newline at end of file diff --git a/changelog.d/799.misc b/changelog.d/799.misc deleted file mode 100644 index 2b9bd2cf..00000000 --- a/changelog.d/799.misc +++ /dev/null @@ -1 +0,0 @@ -Update word-wrap from 1.2.3 to 1.2.4. diff --git a/changelog.d/800.misc b/changelog.d/800.misc deleted file mode 100644 index 9c1ecec3..00000000 --- a/changelog.d/800.misc +++ /dev/null @@ -1 +0,0 @@ -Update matrix-appservice-bridge to 9.0.1. diff --git a/package.json b/package.json index 05c34119..744f593c 100644 --- a/package.json +++ b/package.json @@ -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",