Skip to content

Commit

Permalink
6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 23, 2025
1 parent e51d821 commit 80c87c4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matrix-hookshot"
version = "6.0.1"
version = "6.0.2"
edition = "2021"

[lib]
Expand Down
1 change: 0 additions & 1 deletion changelog.d/1008.misc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 80c87c4

Please sign in to comment.