diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d9cf59..887d263f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ - 2.4.0-rc2 (2020-11-23) + 2.4.0 (2020-12-01) +=================== + +No significant changes. + + +2.4.0-rc2 (2020-11-23) ======================= Bugfixes diff --git a/package-lock.json b/package-lock.json index a491cce0..5e6973cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-bridge", - "version": "2.4.0-rc2", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5195b6f4..49a5364c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-bridge", - "version": "2.4.0-rc2", + "version": "2.4.0", "description": "Bridging infrastructure for Matrix Application Services", "main": "lib/index.js", "types": "lib/index.d.ts",