Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Apr 7, 2022
1 parent e619476 commit 530de2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
4.0.1 (2022-04-07)
==================

Bugfixes
--------

- Fix an issue where the provisioner API's `/v1/exchange_openid` route would sometimes fail. ([\#397](https://github.com/matrix-org/matrix-appservice-bridge/issues/397))


4.0.0 (2022-03-31)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/397.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": "4.0.0",
"version": "4.0.1",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 530de2a

Please sign in to comment.