Skip to content

Commit

Permalink
Bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 16, 2023
1 parent acaaa9f commit fb6d89a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.6.1 (2023-08-16)

* Bumped minimum Go version to 1.20.
* Fixed all logged-in users being invited to existing portal rooms even if they
don't have permission to view the channel on Discord.
* Fixed gif links not being treated as embeds if the canonical URL is different
than the URL in the message body.

# v0.6.0 (2023-07-16)

* Added initial support for backfilling threads.
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.0",
Version: "0.6.1",
ProtocolName: "Discord",
BeeperServiceName: "discordgo",
BeeperNetworkName: "discord",
Expand Down

0 comments on commit fb6d89a

Please sign in to comment.