mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
2.6.1
This commit is contained in:
parent
66d5abb5d8
commit
b08ca20803
16
CHANGELOG.md
16
CHANGELOG.md
@ -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)
|
||||
==================
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
The message in the admin room when creating a webhook now also shows the name and links to the room.
|
@ -1 +0,0 @@
|
||||
Fixed generic webhook 'user is already in the room' error
|
@ -1 +0,0 @@
|
||||
Hookshot now handles `uk.half-shot.matrix-hookshot.generic.hook` state event updates
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user