Skip to content

Commit

Permalink
0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 20, 2021
1 parent 7a344ac commit f8f5dbb
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
0.31.0-rc1 (2021-08-23)
0.31.0 (2021-09-20)
========================

Bugfixes
--------

- Fixed an issue where bridges using the NEdB datastore would still erroneously require IRC usernames to be unique. ([\#1471](https://github.com/matrix-org/matrix-appservice-irc/issues/1471))
- Fixed a bug where `!help` in an admin room would not show admin commands. ([\#1478](https://github.com/matrix-org/matrix-appservice-irc/issues/1478))
- Fix an edgecase where an nickname was not always set right for matrix users in PMs ([\#1479](https://github.com/matrix-org/matrix-appservice-irc/issues/1479))


0.31.0-rc1 (2021-08-23)
========================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.31.0-rc1",
"version": "0.31.0",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit f8f5dbb

Please sign in to comment.