Bump version to v0.8.5

This commit is contained in:
Tulir Asokan 2023-05-16 17:58:15 +03:00
parent fd9cde29dc
commit 7aa0cc1b7a
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
# v0.8.5 (unreleased)
# v0.8.5 (2023-05-16)
* Added option to disable reply fallbacks entirely.
* Added provisioning API for joining groups with invite links.

4
go.mod
View file

@ -12,12 +12,12 @@ require (
github.com/rs/zerolog v1.29.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/tidwall/gjson v1.14.4
go.mau.fi/whatsmeow v0.0.0-20230505084412-9c004199cc79
go.mau.fi/whatsmeow v0.0.0-20230516145702-d5485ef06d61
golang.org/x/image v0.7.0
golang.org/x/net v0.10.0
google.golang.org/protobuf v1.30.0
maunium.net/go/maulogger/v2 v2.4.1
maunium.net/go/mautrix v0.15.2-0.20230511215537-50608a89aa1f
maunium.net/go/mautrix v0.15.2
)
require (

8
go.sum
View file

@ -68,8 +68,8 @@ github.com/yuin/goldmark v1.5.4 h1:2uY/xC0roWy8IBEGLgB1ywIoEJFGmRrX21YQcvGZzjU=
github.com/yuin/goldmark v1.5.4/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
go.mau.fi/libsignal v0.1.0 h1:vAKI/nJ5tMhdzke4cTK1fb0idJzz1JuEIpmjprueC+c=
go.mau.fi/libsignal v0.1.0/go.mod h1:R8ovrTezxtUNzCQE5PH30StOQWWeBskBsWE55vMfY9I=
go.mau.fi/whatsmeow v0.0.0-20230505084412-9c004199cc79 h1:pqxUZl6ZAJQBM973L6uizHugICGrYWGPaq3EgWjdL0A=
go.mau.fi/whatsmeow v0.0.0-20230505084412-9c004199cc79/go.mod h1:+ObGpFE6cbbY4hKc1FmQH9MVfqaemmlXGXSnwDvCOyE=
go.mau.fi/whatsmeow v0.0.0-20230516145702-d5485ef06d61 h1:6gGY98Ji8JiW48q3wB9tqJZPj8/Gvahf9Po5ELUrUNw=
go.mau.fi/whatsmeow v0.0.0-20230516145702-d5485ef06d61/go.mod h1:+ObGpFE6cbbY4hKc1FmQH9MVfqaemmlXGXSnwDvCOyE=
go.mau.fi/zeroconfig v0.1.2 h1:DKOydWnhPMn65GbXZOafgkPm11BvFashZWLct0dGFto=
go.mau.fi/zeroconfig v0.1.2/go.mod h1:NcSJkf180JT+1IId76PcMuLTNa1CzsFFZ0nBygIQM70=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
@ -131,5 +131,5 @@ maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M=
maunium.net/go/mauflag v1.0.0/go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA=
maunium.net/go/maulogger/v2 v2.4.1 h1:N7zSdd0mZkB2m2JtFUsiGTQQAdP0YeFWT7YMc80yAL8=
maunium.net/go/maulogger/v2 v2.4.1/go.mod h1:omPuYwYBILeVQobz8uO3XC8DIRuEb5rXYlQSuqrbCho=
maunium.net/go/mautrix v0.15.2-0.20230511215537-50608a89aa1f h1:Z20j/Lkt/27S9S3+5UMXEP5nFByolB9DBZKgMWHFKIE=
maunium.net/go/mautrix v0.15.2-0.20230511215537-50608a89aa1f/go.mod h1:h4NwfKqE4YxGTLSgn/gawKzXAb2sF4qx8agL6QEFtGg=
maunium.net/go/mautrix v0.15.2 h1:fUiVajeoOR92uJoSShHbCvh7uG6lDY4ZO4Mvt90LbjU=
maunium.net/go/mautrix v0.15.2/go.mod h1:h4NwfKqE4YxGTLSgn/gawKzXAb2sF4qx8agL6QEFtGg=

View file

@ -285,7 +285,7 @@ func main() {
Name: "mautrix-whatsapp",
URL: "https://github.com/mautrix/whatsapp",
Description: "A Matrix-WhatsApp puppeting bridge.",
Version: "0.8.4",
Version: "0.8.5",
ProtocolName: "WhatsApp",
BeeperServiceName: "whatsapp",
BeeperNetworkName: "whatsapp",