Skip to content

Commit

Permalink
0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbot committed Feb 8, 2023
1 parent f2cc06f commit 9a966f4
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
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)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1427.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1646.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1653.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1654.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1655.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1656.feature

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-irc",
"version": "0.36.0",
"version": "0.37.0",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit 9a966f4

Please sign in to comment.