forked from MirrorHub/mautrix-whatsapp
Bump version to v0.6.1
This commit is contained in:
parent
e464ea78f4
commit
a87bb67be9
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
2
main.go
2
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",
|
||||
|
|
Loading…
Reference in a new issue