From e314855000a07c702bcb6c509bbfcfef00c10b06 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Fri, 8 Oct 2021 16:49:42 +0100 Subject: [PATCH] v0.32.0-rc1 --- CHANGELOG.md | 12 ++++++++++++ changelog.d/1472.feature | 1 - changelog.d/1485.feature | 3 --- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/1472.feature delete mode 100644 changelog.d/1485.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b6879c3..690b3d6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + 0.32.0-rc1 (2021-10-08) +======================== + +Features +-------- + +- Add optional bridge blocking upon exceeding a monthly active user limit ([\#1472](https://github.com/matrix-org/matrix-appservice-irc/issues/1472)) +- **Breaking**: Upgrade to `matrix-appservice-bridge` 3.1.0. + + This change removes the `ruleFile` option from the config, and replaces it with `rules`. See `config.sample.yaml` for an example. ([\#1485](https://github.com/matrix-org/matrix-appservice-irc/issues/1485)) + + 0.31.0 (2021-09-20) ======================== diff --git a/changelog.d/1472.feature b/changelog.d/1472.feature deleted file mode 100644 index 494dfe3ce..000000000 --- a/changelog.d/1472.feature +++ /dev/null @@ -1 +0,0 @@ -Add optional bridge blocking upon exceeding a monthly active user limit diff --git a/changelog.d/1485.feature b/changelog.d/1485.feature deleted file mode 100644 index 99df14186..000000000 --- a/changelog.d/1485.feature +++ /dev/null @@ -1,3 +0,0 @@ -**Breaking**: Upgrade to `matrix-appservice-bridge` 3.1.0. - -This change removes the `ruleFile` option from the config, and replaces it with `rules`. See `config.sample.yaml` for an example. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0866dad2d..618211704 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "matrix-appservice-irc", - "version": "0.31.0", + "version": "0.32.0-rc1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "matrix-appservice-irc", - "version": "0.31.0", + "version": "0.32.0-rc1", "license": "Apache-2.0", "dependencies": { "@sentry/node": "^5.27.1", diff --git a/package.json b/package.json index ab9071d14..22a8d8850 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-irc", - "version": "0.31.0", + "version": "0.32.0-rc1", "description": "An IRC Bridge for Matrix", "main": "app.js", "bin": "./bin/matrix-appservice-irc",