This commit is contained in:
Half-Shot 2023-01-16 16:08:28 +00:00
parent 66d5abb5d8
commit b08ca20803
5 changed files with 17 additions and 4 deletions

View File

@ -1,3 +1,19 @@
2.6.1 (2023-01-16)
==================
Features
--------
- The message in the admin room when creating a webhook now also shows the name and links to the room. ([\#620](https://github.com/matrix-org/matrix-hookshot/issues/620))
Bugfixes
--------
- Fixed generic webhook 'user is already in the room' error ([\#627](https://github.com/matrix-org/matrix-hookshot/issues/627))
- Hookshot now handles `uk.half-shot.matrix-hookshot.generic.hook` state event updates ([\#628](https://github.com/matrix-org/matrix-hookshot/issues/628))
2.6.0 (2023-01-13)
==================

View File

@ -1 +0,0 @@
The message in the admin room when creating a webhook now also shows the name and links to the room.

View File

@ -1 +0,0 @@
Fixed generic webhook 'user is already in the room' error

View File

@ -1 +0,0 @@
Hookshot now handles `uk.half-shot.matrix-hookshot.generic.hook` state event updates

View File

@ -1,6 +1,6 @@
{
"name": "matrix-hookshot",
"version": "2.6.0",
"version": "2.6.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",