forked from mirror/mautrix-discord
Bump version to v0.6.4
This commit is contained in:
parent
394c0a05d3
commit
c013873d1c
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
2
main.go
2
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",
|
||||
|
|
Loading…
Reference in a new issue