Skip to content

Commit b8d33f4

Browse files
committed
5.2.1
1 parent 8efc45d commit b8d33f4

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+
5.2.1 (2024-02-21)
2+
==================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix Atom feeds being repeated in rooms once after an upgrade. ([\#901](https://github.com/matrix-org/matrix-hookshot/issues/901))
8+
9+
110
5.2.0 (2024-02-21)
211
==================
312

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 = "5.2.0"
3+
version = "5.2.1"
44
edition = "2021"
55

66
[lib]

changelog.d/901.bugfix

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": "5.2.0",
3+
"version": "5.2.1",
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)