diff --git a/CHANGELOG.md b/CHANGELOG.md index f6b44aa..1c0fb4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.3.0 (2023-04-16) + +* Added support for backfilling on room creation and missed messages on startup. +* Added options to automatically ratchet/delete megolm sessions to minimize + access to old messages. +* Added basic support for incoming voice messages. + # v0.2.0 (2023-03-16) * Switched to zerolog for logging. diff --git a/main.go b/main.go index 8d6c6c7..8e380ab 100644 --- a/main.go +++ b/main.go @@ -190,7 +190,7 @@ func main() { Name: "mautrix-discord", URL: "https://github.com/mautrix/discord", Description: "A Matrix-Discord puppeting bridge.", - Version: "0.2.0", + Version: "0.3.0", ProtocolName: "Discord", BeeperServiceName: "discordgo", BeeperNetworkName: "discord",