Skip to content

Commit

Permalink
8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbot committed Mar 7, 2023
1 parent 14cafca commit 7a9ff0b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
8.1.1 (2023-03-07)
==================

Bugfixes
--------

- Fix provisioner requests failing to signal an error when your `Authorization` header lacks a `Bearer`. ([\#461](https://github.com/matrix-org/matrix-appservice-bridge/issues/461))


Internal Changes
----------------

- Fix provisioning token parsing. ([\#462](https://github.com/matrix-org/matrix-appservice-bridge/issues/462))


8.1.0 (2023-02-07)
==================

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

This file was deleted.

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

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

0 comments on commit 7a9ff0b

Please sign in to comment.