diff --git a/CHANGELOG.md b/CHANGELOG.md index 50442ef..1192fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.7.0 (unreleased) + +* Bumped minimum Go version to 1.21. +* Changed how direct media access works to make it compatible with Discord's + signed URL requirement. The new system must be enabled manually, see + [docs](https://docs.mau.fi/bridges/go/discord/direct-media.html) for info. + # v0.6.5 (2024-01-16) * Fixed adding reply embed to webhook sends if the Matrix room is encrypted.