From 9dac93841a4640ce2a66640fb8a795cb40ccfd7c Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Thu, 8 Dec 2022 16:17:10 +0000 Subject: [PATCH] 8.0.1 --- CHANGELOG.md | 9 +++++++++ changelog.d/453.bugfix | 1 - package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/453.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e5a4c01..ba247720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +8.0.1 (2022-12-08) +================== + +Bugfixes +-------- + +- The PostgresStore had a beforeExit hook that would itself prevent the process from exiting. ([\#453](https://github.com/matrix-org/matrix-appservice-bridge/issues/453)) + + 8.0.0 (2022-11-30) ================== diff --git a/changelog.d/453.bugfix b/changelog.d/453.bugfix deleted file mode 100644 index 0f9fa25b..00000000 --- a/changelog.d/453.bugfix +++ /dev/null @@ -1 +0,0 @@ -The PostgresStore had a beforeExit hook that would itself prevent the process from exiting. diff --git a/package.json b/package.json index ba8f34d4..0f563fbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-bridge", - "version": "8.0.0", + "version": "8.0.1", "description": "Bridging infrastructure for Matrix Application Services", "main": "lib/index.js", "types": "lib/index.d.ts",