Skip to content

Commit

Permalink
9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Jul 31, 2023
1 parent e8023cb commit dc3189e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
9.0.1 (2023-07-31)

### Bugfixes

- Refuse to accept foreign users in OpenID responses ([\#GHSA-vc7j-h8xg-fv5x](https://github.com/matrix-org/matrix-appservice-bridge/issues/GHSA-vc7j-h8xg-fv5x))

### Improved Documentation

- Update required Node version (from 16 to 18) in README.md. ([\#470](https://github.com/matrix-org/matrix-appservice-bridge/issues/470))

### Internal Changes

- Update semver from 6.3.0 to 6.3.1. ([\#474](https://github.com/matrix-org/matrix-appservice-bridge/issues/474))
- Update word-wrap from 1.2.3 to 1.2.4. ([\#475](https://github.com/matrix-org/matrix-appservice-bridge/issues/475))


9.0.0 (2023-04-27)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/470.doc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/GHSA-vc7j-h8xg-fv5x.bugfix

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-bridge",
"version": "9.0.0",
"version": "9.0.1",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit dc3189e

Please sign in to comment.