Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Dec 29, 2023
1 parent cef5121 commit 445be6e
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
==================

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 = "5.0.0"
version = "5.1.0"
edition = "2021"

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/867.removal

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/869.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/870.bugfix

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": "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",
Expand Down

0 comments on commit 445be6e

Please sign in to comment.