Bump version to v0.7.2

This commit is contained in:
Tulir Asokan 2024-12-16 16:07:46 +02:00
parent 0e59e2da68
commit 4aad353603
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# v0.7.2 (2024-12-16)
* Fixed some headers being set incorrectly.
# v0.7.1 (2024-11-16) # v0.7.1 (2024-11-16)
* Bumped minimum Go version to 1.22. * Bumped minimum Go version to 1.22.

View file

@ -185,7 +185,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.7.1", Version: "0.7.2",
ProtocolName: "Discord", ProtocolName: "Discord",
BeeperServiceName: "discordgo", BeeperServiceName: "discordgo",
BeeperNetworkName: "discord", BeeperNetworkName: "discord",