Skip to content

Commit 0d43d99

Browse files
committed
8.1.0
1 parent 7fbbb21 commit 0d43d99

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
8.1.0 (2023-02-07)
2+
==================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix vulnerability in JSON5 parser: https://github.com/json5/json5/issues/295. ([\#457](https://github.com/matrix-org/matrix-appservice-bridge/issues/457))
8+
9+
10+
Internal Changes
11+
----------------
12+
13+
- Add `release.sh` script to automate the release process. ([\#452](https://github.com/matrix-org/matrix-appservice-bridge/issues/452))
14+
- Use environment variables for version and ref_name in GitHub Actions. ([\#455](https://github.com/matrix-org/matrix-appservice-bridge/issues/455))
15+
- Fix typo in warning message: "Failed to exchnage the token". ([\#456](https://github.com/matrix-org/matrix-appservice-bridge/issues/456))
16+
- Improve Provisioning API rate limiting and fix response headers. ([\#458](https://github.com/matrix-org/matrix-appservice-bridge/issues/458))
17+
18+
119
8.0.1 (2022-12-08)
220
==================
321

changelog.d/452.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/455.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/456.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/457.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/458.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice-bridge",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"description": "Bridging infrastructure for Matrix Application Services",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)