diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6a64b..dfb08bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.6.1 (2023-08-16) + +* Bumped minimum Go version to 1.20. +* Fixed all logged-in users being invited to existing portal rooms even if they + don't have permission to view the channel on Discord. +* Fixed gif links not being treated as embeds if the canonical URL is different + than the URL in the message body. + # v0.6.0 (2023-07-16) * Added initial support for backfilling threads. diff --git a/main.go b/main.go index 8be1b79..9181cdd 100644 --- a/main.go +++ b/main.go @@ -179,7 +179,7 @@ func main() { Name: "mautrix-discord", URL: "https://github.com/mautrix/discord", Description: "A Matrix-Discord puppeting bridge.", - Version: "0.6.0", + Version: "0.6.1", ProtocolName: "Discord", BeeperServiceName: "discordgo", BeeperNetworkName: "discord",