diff --git a/CHANGELOG.md b/CHANGELOG.md index e63e935..b5957a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.6.4 (2023-11-16) + +* Changed error messages to be sent in a thread if the errored message was in + a thread. + # v0.6.3 (2023-10-16) * Fixed op7 reconnects during connection causing the bridge to get stuck diff --git a/main.go b/main.go index 2cf59c6..512b250 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.3", + Version: "0.6.4", ProtocolName: "Discord", BeeperServiceName: "discordgo", BeeperNetworkName: "discord",