From 80c87c4bfc86082ed1a22b333f848ea25a3c68b3 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Thu, 23 Jan 2025 07:57:43 +0000 Subject: [PATCH] 6.0.2 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.d/1008.misc | 1 - package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/1008.misc diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b5c76fb..042e3178e 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 8742fd19c..7538d4b02 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 291443c41..b0637bb0f 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 27c5542fb..000000000 --- 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 06632d421..a28129ee7 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",