diff --git a/CHANGELOG.md b/CHANGELOG.md index 91bc8898..b732099a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ - 0.1.7 (2020-02-12) + 0.1.8 (2020-02-12) +=================== + +Bugfixes +-------- + +- Fix exception involving `log.log` ([\#109](https://github.com/matrix-org/matrix-bifrost/issues/109)) + + +0.1.7 (2020-02-12) =================== Bugfixes diff --git a/changelog.d/109.bugfix b/changelog.d/109.bugfix deleted file mode 100644 index 8b2d73a6..00000000 --- a/changelog.d/109.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix exception involving `log.log` \ No newline at end of file diff --git a/package.json b/package.json index c47bd520..3d3633e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-bifrost", - "version": "0.1.7", + "version": "0.1.8", "description": "Multi protocol bridging for Matrix.", "main": "index.js", "scripts": {