Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Apr 4, 2023
1 parent c7ca2ba commit 81b0bf5
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/692.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/695.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/696.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/697.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/700.feature

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

0 comments on commit 81b0bf5

Please sign in to comment.