diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b5c76f..042e3178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 6.0.2 (2025-01-23) + +**Security release**: It is strongly recommended that you upgrade to this release, as it contains security fixes. + +### Internal Changes + +- 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)) + + # 6.0.1 (2024-11-29) This release fixes an issue where arm64 Docker images were not being built on release. diff --git a/Cargo.lock b/Cargo.lock index 8742fd19..7538d4b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -908,7 +908,7 @@ dependencies = [ [[package]] name = "matrix-hookshot" -version = "6.0.1" +version = "6.0.2" dependencies = [ "atom_syndication", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index 291443c4..b0637bb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-hookshot" -version = "6.0.1" +version = "6.0.2" edition = "2021" [lib] diff --git a/changelog.d/1008.misc b/changelog.d/1008.misc deleted file mode 100644 index 27c5542f..00000000 --- a/changelog.d/1008.misc +++ /dev/null @@ -1 +0,0 @@ -Switch to using GitHub Actions native arm runners for Docker builds, which will reduce build times. diff --git a/package.json b/package.json index 06632d42..a28129ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "6.0.1", + "version": "6.0.2", "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",