Skip to content

Commit

Permalink
4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Dec 6, 2023
1 parent 2a4b06b commit 911c225
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
4.7.0 (2023-12-06)
==================

Internal Changes
----------------

- Update the release script to examine the staged contents of package files when checking for consistency between Node & Rust package versions. ([\#846](https://github.com/matrix-org/matrix-hookshot/issues/846))
- Use Node 20 (slim) for Docker image base. ([\#849](https://github.com/matrix-org/matrix-hookshot/issues/849))


4.6.0 (2023-11-20)
==================

Expand Down
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 = "4.6.0"
version = "4.7.0"
edition = "2021"

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/849.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": "4.6.0",
"version": "4.7.0",
"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 911c225

Please sign in to comment.