mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
3.2.0
This commit is contained in:
parent
c7ca2ba94d
commit
81b0bf57fe
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,3 +1,21 @@
|
||||
3.2.0 (2023-04-04)
|
||||
==================
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
- Allow users to import other people's go-neb services. ([\#695](https://github.com/matrix-org/matrix-hookshot/issues/695))
|
||||
- Add support for push events on Github repo connections. ([\#696](https://github.com/matrix-org/matrix-hookshot/issues/696))
|
||||
- Add support for issue created notifications in Github Repo connections. ([\#697](https://github.com/matrix-org/matrix-hookshot/issues/697))
|
||||
- Support using the `guid` field of an RSS feed entry as a link ([\#700](https://github.com/matrix-org/matrix-hookshot/issues/700))
|
||||
|
||||
|
||||
Internal Changes
|
||||
----------------
|
||||
|
||||
- Only run changelog checks when only the changelog changes in CI. ([\#692](https://github.com/matrix-org/matrix-hookshot/issues/692))
|
||||
|
||||
|
||||
3.1.1 (2023-03-28)
|
||||
==================
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Only run changelog checks when only the changelog changes in CI.
|
@ -1 +0,0 @@
|
||||
Allow users to import other people's go-neb services.
|
@ -1 +0,0 @@
|
||||
Add support for push events on Github repo connections.
|
@ -1 +0,0 @@
|
||||
Add support for issue created notifications in Github Repo connections.
|
@ -1 +0,0 @@
|
||||
Support using the `guid` field of an RSS feed entry as a link
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "matrix-hookshot",
|
||||
"version": "3.1.1",
|
||||
"version": "3.2.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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user