From c013873d1c012973d29fbe3a3c3628f42b570f50 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 16 Nov 2023 15:29:23 +0200 Subject: [PATCH] Bump version to v0.6.4 --- CHANGELOG.md | 5 +++++ main.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",