Skip to content

Commit

Permalink
Bump version to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 16, 2023
1 parent 6d10547 commit 5404ab0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# v0.8.3 (unreleased)
# v0.8.3 (2023-03-16)

* Bumped minimum Go version to 1.19.
* Switched to zerolog for logging.
* The basic log config will be migrated automatically, but you may want to
tweak it as the options are different.
* Implemented [MSC3952: Intentional Mentions] for incoming messages.
* Implemented [MSC2659: Application service ping endpoint].
* Implemented [MSC3952]: Intentional Mentions
(currently only for incoming messages).
* Implemented [MSC2659]: Application service ping endpoint.

[MSC3952]: https://github.com/matrix-org/matrix-spec-proposals/pull/3952
[MSC2659]: https://github.com/matrix-org/matrix-spec-proposals/pull/2659
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func main() {
Name: "mautrix-whatsapp",
URL: "https://github.com/mautrix/whatsapp",
Description: "A Matrix-WhatsApp puppeting bridge.",
Version: "0.8.2",
Version: "0.8.3",
ProtocolName: "WhatsApp",

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

0 comments on commit 5404ab0

Please sign in to comment.