From 42c48bfd901e341cd40553e3f857a1e98f2b9d21 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 16 Apr 2023 23:19:09 +0300 Subject: [PATCH] Bump version to v0.3.0 --- CHANGELOG.md | 7 +++++++ main.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",