From b8d33f42bb995f1d0d540df8dc245b9c3a591b30 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Wed, 21 Feb 2024 16:30:02 +0000 Subject: [PATCH] 5.2.1 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.d/901.bugfix | 1 - package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/901.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 52497aa6..8bda7153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +5.2.1 (2024-02-21) +================== + +Bugfixes +-------- + +- Fix Atom feeds being repeated in rooms once after an upgrade. ([\#901](https://github.com/matrix-org/matrix-hookshot/issues/901)) + + 5.2.0 (2024-02-21) ================== diff --git a/Cargo.lock b/Cargo.lock index 4d2eea7f..247829c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -669,7 +669,7 @@ dependencies = [ [[package]] name = "matrix-hookshot" -version = "5.2.0" +version = "5.2.1" dependencies = [ "atom_syndication", "contrast", diff --git a/Cargo.toml b/Cargo.toml index 7c70ab98..5475bb53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-hookshot" -version = "5.2.0" +version = "5.2.1" edition = "2021" [lib] diff --git a/changelog.d/901.bugfix b/changelog.d/901.bugfix deleted file mode 100644 index 6bc32020..00000000 --- a/changelog.d/901.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix Atom feeds being repeated in rooms once after an upgrade. diff --git a/package.json b/package.json index 1515ad95..68f75d73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "5.2.0", + "version": "5.2.1", "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",