From e846f3f19b6f72969099fa63901e08c7c87b4381 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Fri, 20 Jan 2023 13:27:25 +0000 Subject: [PATCH] 2.7.0 --- CHANGELOG.md | 9 +++++++++ changelog.d/624.feature | 1 - package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/624.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 6260f55c..5fd16300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +2.7.0 (2023-01-20) +================== + +Features +-------- + +- The room configuration widget now features an improved project search component, which now shows project avatars and descriptions. ([\#624](https://github.com/matrix-org/matrix-hookshot/issues/624)) + + 2.6.1 (2023-01-16) ================== diff --git a/changelog.d/624.feature b/changelog.d/624.feature deleted file mode 100644 index 1dc82a30..00000000 --- a/changelog.d/624.feature +++ /dev/null @@ -1 +0,0 @@ -The room configuration widget now features an improved project search component, which now shows project avatars and descriptions. \ No newline at end of file diff --git a/package.json b/package.json index a5b076dc..6676f3bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "2.6.1", + "version": "2.7.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",