Skip to content

Commit

Permalink
Bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jul 16, 2022
1 parent 6f5070b commit 45ed657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.6.0 (unreleased)
# v0.6.0 (2022-07-16)

* Started requiring homeservers to advertise Matrix v1.1 support.
* This bumps up the minimum homeserver versions to Synapse 1.54 and
Expand All @@ -18,7 +18,8 @@
* Added config validation to make the bridge refuse to start if critical fields
like homeserver or database address haven't been changed from the defaults.
* Added option to include captions in the same message as the media to
implement [MSC2530].
implement [MSC2530]. Sending captions the same way is also supported and
enabled by default.
* Added basic support for fancy business messages (template and list messages).
* Added periodic background sync of user and group avatars.
* Added maximum message handling duration config options to prevent messages
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func main() {
Name: "mautrix-whatsapp",
URL: "https://github.com/mautrix/whatsapp",
Description: "A Matrix-WhatsApp puppeting bridge.",
Version: "0.5.0",
Version: "0.6.0",
ProtocolName: "WhatsApp",

CryptoPickleKey: "maunium.net/go/mautrix-whatsapp",
Expand Down

0 comments on commit 45ed657

Please sign in to comment.