forked from mirror/mautrix-discord
Bump version to v0.6.5
This commit is contained in:
parent
5de499a3b5
commit
a5813a9d78
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# v0.6.5 (2024-01-16)
|
||||
|
||||
* Fixed adding reply embed to webhook sends if the Matrix room is encrypted.
|
||||
|
||||
# v0.6.4 (2023-11-16)
|
||||
|
||||
* Changed error messages to be sent in a thread if the errored message was in
|
||||
|
|
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.4",
|
||||
Version: "0.6.5",
|
||||
ProtocolName: "Discord",
|
||||
BeeperServiceName: "discordgo",
|
||||
BeeperNetworkName: "discord",
|
||||
|
|
Loading…
Reference in a new issue