diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc6499..555bab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -# v0.6.1 (unreleased) +# v0.6.1 (2022-08-16) * Added support for "Delete for me" and deleting private chats from WhatsApp. * Added support for admin deletions in groups. +* Document with caption messages should work with the bridge as soon as + WhatsApp enables them in their apps. # v0.6.0 (2022-07-16) diff --git a/main.go b/main.go index c3376bd..e3a29aa 100644 --- a/main.go +++ b/main.go @@ -262,7 +262,7 @@ func main() { Name: "mautrix-whatsapp", URL: "https://github.com/mautrix/whatsapp", Description: "A Matrix-WhatsApp puppeting bridge.", - Version: "0.6.0", + Version: "0.6.1", ProtocolName: "WhatsApp", CryptoPickleKey: "maunium.net/go/mautrix-whatsapp",