Skip to content

Commit

Permalink
8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbot committed Feb 7, 2023
1 parent 7fbbb21 commit 0d43d99
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
8.1.0 (2023-02-07)
==================

Bugfixes
--------

- Fix vulnerability in JSON5 parser: https://github.com/json5/json5/issues/295. ([\#457](https://github.com/matrix-org/matrix-appservice-bridge/issues/457))


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

- Add `release.sh` script to automate the release process. ([\#452](https://github.com/matrix-org/matrix-appservice-bridge/issues/452))
- Use environment variables for version and ref_name in GitHub Actions. ([\#455](https://github.com/matrix-org/matrix-appservice-bridge/issues/455))
- Fix typo in warning message: "Failed to exchnage the token". ([\#456](https://github.com/matrix-org/matrix-appservice-bridge/issues/456))
- Improve Provisioning API rate limiting and fix response headers. ([\#458](https://github.com/matrix-org/matrix-appservice-bridge/issues/458))


8.0.1 (2022-12-08)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/452.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/457.bugfix

This file was deleted.

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

0 comments on commit 0d43d99

Please sign in to comment.