From 445be6e78cdd2f37077b43be0d18456b7aebe661 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Fri, 29 Dec 2023 12:18:53 +0000 Subject: [PATCH] 5.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.d/866.bugfix | 1 - changelog.d/867.removal | 1 - changelog.d/869.misc | 1 - changelog.d/870.bugfix | 1 - package.json | 2 +- 8 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/866.bugfix delete mode 100644 changelog.d/867.removal delete mode 100644 changelog.d/869.misc delete mode 100644 changelog.d/870.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index b48bb446..e8c8764e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +5.1.0 (2023-12-29) +================== + +Bugfixes +-------- + +- Fix feed widget not showing the true values for template / notify on failure. ([\#866](https://github.com/matrix-org/matrix-hookshot/issues/866)) +- Fix widgets failing with "Request timed out". ([\#870](https://github.com/matrix-org/matrix-hookshot/issues/870)) + + +Deprecations and Removals +------------------------- + +- The GoNEB migrator is being removed in this release. Users wishing to migrate from GoNEB deployments should use <=5.0.0 and then upgrade. ([\#867](https://github.com/matrix-org/matrix-hookshot/issues/867)) + + +Internal Changes +---------------- + +- Integrate end to end testing. ([\#869](https://github.com/matrix-org/matrix-hookshot/issues/869)) + + 5.0.0 (2023-12-27) ================== diff --git a/Cargo.lock b/Cargo.lock index f286dcd1..31a7c8fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,7 +672,7 @@ dependencies = [ [[package]] name = "matrix-hookshot" -version = "5.0.0" +version = "5.1.0" dependencies = [ "atom_syndication", "contrast", diff --git a/Cargo.toml b/Cargo.toml index bb26f730..97ad1b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-hookshot" -version = "5.0.0" +version = "5.1.0" edition = "2021" [lib] diff --git a/changelog.d/866.bugfix b/changelog.d/866.bugfix deleted file mode 100644 index e56c2202..00000000 --- a/changelog.d/866.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix feed widget not showing the true values for template / notify on failure. \ No newline at end of file diff --git a/changelog.d/867.removal b/changelog.d/867.removal deleted file mode 100644 index be977485..00000000 --- a/changelog.d/867.removal +++ /dev/null @@ -1 +0,0 @@ -The GoNEB migrator is being removed in this release. Users wishing to migrate from GoNEB deployments should use <=5.0.0 and then upgrade. diff --git a/changelog.d/869.misc b/changelog.d/869.misc deleted file mode 100644 index 16e8aedd..00000000 --- a/changelog.d/869.misc +++ /dev/null @@ -1 +0,0 @@ -Integrate end to end testing. diff --git a/changelog.d/870.bugfix b/changelog.d/870.bugfix deleted file mode 100644 index 57f22413..00000000 --- a/changelog.d/870.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix widgets failing with "Request timed out". diff --git a/package.json b/package.json index b7a42f1f..9017656f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "5.0.0", + "version": "5.1.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",