This commit is contained in:
Tadeusz Sośnierz 2023-04-04 18:18:57 +02:00
parent c7ca2ba94d
commit 81b0bf57fe
7 changed files with 19 additions and 6 deletions

View File

@ -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)
==================

View File

@ -1 +0,0 @@
Only run changelog checks when only the changelog changes in CI.

View File

@ -1 +0,0 @@
Allow users to import other people's go-neb services.

View File

@ -1 +0,0 @@
Add support for push events on Github repo connections.

View File

@ -1 +0,0 @@
Add support for issue created notifications in Github Repo connections.

View File

@ -1 +0,0 @@
Support using the `guid` field of an RSS feed entry as a link

View File

@ -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",