From 81b0bf57feaf67b6d82d5f64b9672a85108fd476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadeusz=20So=C5=9Bnierz?= Date: Tue, 4 Apr 2023 18:18:57 +0200 Subject: [PATCH] 3.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ changelog.d/692.misc | 1 - changelog.d/695.feature | 1 - changelog.d/696.feature | 1 - changelog.d/697.feature | 1 - changelog.d/700.feature | 1 - package.json | 2 +- 7 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/692.misc delete mode 100644 changelog.d/695.feature delete mode 100644 changelog.d/696.feature delete mode 100644 changelog.d/697.feature delete mode 100644 changelog.d/700.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cf2d470..ad81b3a9e 100644 --- a/CHANGELOG.md +++ b/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) ================== diff --git a/changelog.d/692.misc b/changelog.d/692.misc deleted file mode 100644 index 89a43be19..000000000 --- a/changelog.d/692.misc +++ /dev/null @@ -1 +0,0 @@ -Only run changelog checks when only the changelog changes in CI. \ No newline at end of file diff --git a/changelog.d/695.feature b/changelog.d/695.feature deleted file mode 100644 index fd43c9757..000000000 --- a/changelog.d/695.feature +++ /dev/null @@ -1 +0,0 @@ -Allow users to import other people's go-neb services. \ No newline at end of file diff --git a/changelog.d/696.feature b/changelog.d/696.feature deleted file mode 100644 index d85a23aed..000000000 --- a/changelog.d/696.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for push events on Github repo connections. \ No newline at end of file diff --git a/changelog.d/697.feature b/changelog.d/697.feature deleted file mode 100644 index f95a6cd36..000000000 --- a/changelog.d/697.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for issue created notifications in Github Repo connections. \ No newline at end of file diff --git a/changelog.d/700.feature b/changelog.d/700.feature deleted file mode 100644 index 458d6425b..000000000 --- a/changelog.d/700.feature +++ /dev/null @@ -1 +0,0 @@ -Support using the `guid` field of an RSS feed entry as a link diff --git a/package.json b/package.json index 6273ca458..bba0c179c 100644 --- a/package.json +++ b/package.json @@ -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",