diff --git a/CHANGELOG.md b/CHANGELOG.md index 1675b787..fabdf573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 10.2.2 (2024-09-18) + +### Bugfixes + +- Support secure connections to the homeserver in MediaProxy. ([\#508](https://github.com/matrix-org/matrix-appservice-bridge/issues/508)) + + # 10.2.1 (2024-09-05) ### Bugfixes diff --git a/changelog.d/508.bugfix b/changelog.d/508.bugfix deleted file mode 100644 index 6119bf15..00000000 --- a/changelog.d/508.bugfix +++ /dev/null @@ -1 +0,0 @@ -Support secure connections to the homeserver in MediaProxy. diff --git a/package.json b/package.json index 49344925..809634c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-bridge", - "version": "10.2.1", + "version": "10.2.2", "description": "Bridging infrastructure for Matrix Application Services", "main": "lib/index.js", "types": "lib/index.d.ts",