Skip to content

Commit

Permalink
10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Sep 5, 2024
1 parent 4792f07 commit 647a412
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 10.2.1 (2024-09-05)

### Bugfixes

- Make sure we handle failures in mediaproxied requests gracefully. ([\#505](https://github.com/matrix-org/matrix-appservice-bridge/issues/505))
- Use the new authenticated endpoints in MediaProxy. ([\#506](https://github.com/matrix-org/matrix-appservice-bridge/issues/506))


# 10.2.0 (2024-08-21)

### Features
Expand Down
1 change: 0 additions & 1 deletion changelog.d/505.bugfix

This file was deleted.

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

0 comments on commit 647a412

Please sign in to comment.