diff --git a/CHANGELOG.md b/CHANGELOG.md index ae63a5cc2..e394c8939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +5.4.1 (2024-06-21) +================== + +Internal Changes +---------------- + +- Pin the minor version of Node for Docker builds to avoid a startup crash on arm64. ([\#949](https://github.com/matrix-org/matrix-hookshot/issues/949)) + + 5.4.0 (2024-06-20) ================== diff --git a/changelog.d/949.misc b/changelog.d/949.misc deleted file mode 100644 index 4a86d09c5..000000000 --- a/changelog.d/949.misc +++ /dev/null @@ -1 +0,0 @@ -Pin the minor version of Node for Docker builds to avoid a startup crash on arm64. diff --git a/package.json b/package.json index 0bb4aa1c7..80739890d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "5.4.0", + "version": "5.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",