Bump version to v0.6.5
This commit is contained in:
@@ -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)
|
# v0.6.4 (2023-11-16)
|
||||||
|
|
||||||
* Changed error messages to be sent in a thread if the errored message was in
|
* 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",
|
Name: "mautrix-discord",
|
||||||
URL: "https://github.com/mautrix/discord",
|
URL: "https://github.com/mautrix/discord",
|
||||||
Description: "A Matrix-Discord puppeting bridge.",
|
Description: "A Matrix-Discord puppeting bridge.",
|
||||||
Version: "0.6.4",
|
Version: "0.6.5",
|
||||||
ProtocolName: "Discord",
|
ProtocolName: "Discord",
|
||||||
BeeperServiceName: "discordgo",
|
BeeperServiceName: "discordgo",
|
||||||
BeeperNetworkName: "discord",
|
BeeperNetworkName: "discord",
|
||||||
|
|||||||
Reference in New Issue
Block a user