Bump version to v0.8.4

This commit is contained in:
Tulir Asokan 2023-04-16 15:33:30 +03:00
parent fb7d0364e5
commit 1c1843c769
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# v0.8.4 (2023-04-16)
* Enabled sending edits to WhatsApp by default.
* Added options to automatically ratchet/delete megolm sessions to minimize
access to old messages.
* Added automatic media re-requesting when download fails with 403 error.
* Added option to not set room name/avatar even in encrypted rooms.
# v0.8.3 (2023-03-16)
* Bumped minimum Go version to 1.19.

View file

@ -285,7 +285,7 @@ func main() {
Name: "mautrix-whatsapp",
URL: "https://github.com/mautrix/whatsapp",
Description: "A Matrix-WhatsApp puppeting bridge.",
Version: "0.8.3",
Version: "0.8.4",
ProtocolName: "WhatsApp",
BeeperServiceName: "whatsapp",
BeeperNetworkName: "whatsapp",