mirror of
https://github.com/mautrix/discord.git
synced 2025-03-14 14:15:37 +00:00
Bump version to v0.7.2
This commit is contained in:
parent
0e59e2da68
commit
4aad353603
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# v0.7.2 (2024-12-16)
|
||||
|
||||
* Fixed some headers being set incorrectly.
|
||||
|
||||
# v0.7.1 (2024-11-16)
|
||||
|
||||
* Bumped minimum Go version to 1.22.
|
||||
|
|
2
main.go
2
main.go
|
@ -185,7 +185,7 @@ func main() {
|
|||
Name: "mautrix-discord",
|
||||
URL: "https://github.com/mautrix/discord",
|
||||
Description: "A Matrix-Discord puppeting bridge.",
|
||||
Version: "0.7.1",
|
||||
Version: "0.7.2",
|
||||
ProtocolName: "Discord",
|
||||
BeeperServiceName: "discordgo",
|
||||
BeeperNetworkName: "discord",
|
||||
|
|
Loading…
Add table
Reference in a new issue