This commit is contained in:
Half-Shot 2022-08-22 10:56:00 +01:00
parent 10e4e88431
commit e8c6a68e8c
3 changed files with 11 additions and 4 deletions

View File

@ -1,8 +1,16 @@
2.0.1 (2022-08-22)
==================
Bugfixes
--------
- Fix issue that would cause the bridge not to start when using Docker. ([\#448](https://github.com/matrix-org/matrix-hookshot/issues/448))
2.0.0 (2022-08-22)
==================
**Minimum Node.JS version is now 16. Updated matrix-bot-sdk to 0.6.0.** ([\#417](https://github.com/matrix-org/matrix-hookshot/issues/417))
**Please note:** Minimum Node.JS version is now 16
Features
--------

View File

@ -1 +0,0 @@
Fix issue that would cause the bridge not to start when using Docker.

View File

@ -1,6 +1,6 @@
{
"name": "matrix-hookshot",
"version": "2.0.0",
"version": "2.0.1",
"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",