Skip to content

Commit 80c87c4

Browse files
committed
6.0.2
1 parent e51d821 commit 80c87c4

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 6.0.2 (2025-01-23)
2+
3+
**Security release**: It is strongly recommended that you upgrade to this release, as it contains security fixes.
4+
5+
### Internal Changes
6+
7+
- Switch to using GitHub Actions native arm runners for Docker builds, which will reduce build times. ([\#1008](https://github.com/matrix-org/matrix-hookshot/issues/1008))
8+
9+
110
# 6.0.1 (2024-11-29)
211

312
This release fixes an issue where arm64 Docker images were not being built on release.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-hookshot"
3-
version = "6.0.1"
3+
version = "6.0.2"
44
edition = "2021"
55

66
[lib]

changelog.d/1008.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-hookshot",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
55
"main": "lib/app.js",
66
"repository": "https://github.com/matrix-org/matrix-hookshot",

0 commit comments

Comments
 (0)