Skip to content

Commit

Permalink
0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jun 3, 2021
1 parent cc95dd2 commit de31d49
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.26.1 (2021-06-03)
===================

This update features a **security** fix for a bug in `matrix-appservice-bridge`. Server administrators are encouraged to update the bridge. See https://github.com/matrix-org/matrix-appservice-bridge/releases/tag/2.6.1 for details. If you have any questions, please contact [security@matrix.org](security@matrix.org).

Bugfixes
--------

- Update a number of packages to latest versions, including `matrix-appservice-bridge@2.6.1` containing a security fix. ([\#1365](https://github.com/matrix-org/matrix-appservice-irc/issues/1365))


0.26.0 (2021-05-13)
===================

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

This file was deleted.

2 changes: 1 addition & 1 deletion 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.26.0",
"version": "0.26.1",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit de31d49

Please sign in to comment.