diff --git a/CHANGELOG.md b/CHANGELOG.md index c763b48..d764632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/main.go b/main.go index a2e5fc3..67734a0 100644 --- a/main.go +++ b/main.go @@ -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",