Skip to content

Commit

Permalink
Bump version to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 16, 2023
1 parent 394c0a0 commit c013873
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c013873

Please sign in to comment.