From f0d8bdcf0871fd9154e1b5000d313f123e71170e Mon Sep 17 00:00:00 2001 From: Justin Carlson Date: Tue, 7 Mar 2023 13:49:15 -0500 Subject: [PATCH] 0.37.1 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ changelog.d/1427.bugfix | 1 - changelog.d/1646.feature | 1 - changelog.d/1653.misc | 1 - changelog.d/1654.bugfix | 1 - changelog.d/1655.feature | 1 - changelog.d/1656.feature | 1 - changelog.d/1676.misc | 1 - changelog.d/1677.bugfix | 1 - package.json | 2 +- 10 files changed, 38 insertions(+), 9 deletions(-) delete mode 100644 changelog.d/1427.bugfix delete mode 100644 changelog.d/1646.feature delete mode 100644 changelog.d/1653.misc delete mode 100644 changelog.d/1654.bugfix delete mode 100644 changelog.d/1655.feature delete mode 100644 changelog.d/1656.feature delete mode 100644 changelog.d/1676.misc delete mode 100644 changelog.d/1677.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d845b99..573cebc1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ + 0.37.1 (2023-03-07) +==================== + +Bugfixes +-------- + +- Fix provisioning API base URL in setup widgets. ([\#1677](https://github.com/matrix-org/matrix-appservice-irc/issues/1677)) + + +Internal Changes +---------------- + +- Update matrix-appservice-bridge to `8.1.1`. ([\#1676](https://github.com/matrix-org/matrix-appservice-irc/issues/1676)) + +0.37.0 (2023-02-08) +=================== + +Features +-------- + +- Add support for Node.JS 19. ([\#1646](https://github.com/matrix-org/matrix-appservice-irc/issues/1646)) +- Refactor provisioning API to use `matrix-appservice-bridge`, adding support for OpenID token auth among other improvements. ([\#1655](https://github.com/matrix-org/matrix-appservice-irc/issues/1655)) +- Add a UI in the form of a Matrix widget for linking and unlinking channels from a Matrix room. ([\#1656](https://github.com/matrix-org/matrix-appservice-irc/issues/1656)) + + +Bugfixes +-------- + +- Document 8090 to be the default port, to match the code's behaviour. ([\#1427](https://github.com/matrix-org/matrix-appservice-irc/issues/1427)) +- Fix the configured bind port being overridden in Docker. ([\#1654](https://github.com/matrix-org/matrix-appservice-irc/issues/1654)) + + +Internal Changes +---------------- + +- Update builder image for Freebind from Stretch (EOL) to Buster. ([\#1653](https://github.com/matrix-org/matrix-appservice-irc/issues/1653)) + 0.36.0 (2022-10-25) =================== diff --git a/changelog.d/1427.bugfix b/changelog.d/1427.bugfix deleted file mode 100644 index 73ac9ec45..000000000 --- a/changelog.d/1427.bugfix +++ /dev/null @@ -1 +0,0 @@ -Document 8090 to be the default port, to match the code's behaviour. diff --git a/changelog.d/1646.feature b/changelog.d/1646.feature deleted file mode 100644 index e746880cd..000000000 --- a/changelog.d/1646.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for Node.JS 19. diff --git a/changelog.d/1653.misc b/changelog.d/1653.misc deleted file mode 100644 index 4161e52cb..000000000 --- a/changelog.d/1653.misc +++ /dev/null @@ -1 +0,0 @@ -Update builder image for Freebind from Stretch (EOL) to Buster. diff --git a/changelog.d/1654.bugfix b/changelog.d/1654.bugfix deleted file mode 100644 index 790e27849..000000000 --- a/changelog.d/1654.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix the configured bind port being overridden in Docker. diff --git a/changelog.d/1655.feature b/changelog.d/1655.feature deleted file mode 100644 index 8316be2d1..000000000 --- a/changelog.d/1655.feature +++ /dev/null @@ -1 +0,0 @@ -Refactor provisioning API to use `matrix-appservice-bridge`, adding support for OpenID token auth among other improvements. diff --git a/changelog.d/1656.feature b/changelog.d/1656.feature deleted file mode 100644 index 37d2eb2ea..000000000 --- a/changelog.d/1656.feature +++ /dev/null @@ -1 +0,0 @@ -Add a UI in the form of a Matrix widget for linking and unlinking channels from a Matrix room. diff --git a/changelog.d/1676.misc b/changelog.d/1676.misc deleted file mode 100644 index efc4e5524..000000000 --- a/changelog.d/1676.misc +++ /dev/null @@ -1 +0,0 @@ -Update matrix-appservice-bridge to `8.1.1`. diff --git a/changelog.d/1677.bugfix b/changelog.d/1677.bugfix deleted file mode 100644 index 21225075f..000000000 --- a/changelog.d/1677.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix provisioning API base URL in setup widgets. diff --git a/package.json b/package.json index 69e1811c9..e17db9c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-irc", - "version": "0.36.0", + "version": "0.37.1", "description": "An IRC Bridge for Matrix", "main": "app.js", "bin": "./bin/matrix-appservice-irc",