diff --git a/CHANGELOG.md b/CHANGELOG.md index 28633d9b3..9fe3d0adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 3.0.2 (2024-09-18) +==================== + +### Bugfixes + +- Make sure MediaProxy can connect to the homeserver over https. ([\#1826](https://github.com/matrix-org/matrix-appservice-irc/issues/1826)) + + # 3.0.1 (2024-09-05) ==================== diff --git a/changelog.d/1826.bugfix b/changelog.d/1826.bugfix deleted file mode 100644 index d13af7b9e..000000000 --- a/changelog.d/1826.bugfix +++ /dev/null @@ -1 +0,0 @@ -Make sure MediaProxy can connect to the homeserver over https.