mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-14 01:14:29 +01:00
Bump version to v0.8.3
This commit is contained in:
parent
6d10547d6e
commit
5404ab0184
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
2
main.go
2
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",
|
||||
|
|
Loading…
Reference in a new issue