diff --git a/CHANGELOG.md b/CHANGELOG.md index 02232340..8c30b8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -------- diff --git a/changelog.d/448.bugfix b/changelog.d/448.bugfix deleted file mode 100644 index d52685d4..00000000 --- a/changelog.d/448.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue that would cause the bridge not to start when using Docker. \ No newline at end of file diff --git a/package.json b/package.json index 99fe7b05..d5ec78df 100644 --- a/package.json +++ b/package.json @@ -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",