Bump version to v0.8.0

This commit is contained in:
Tulir Asokan 2025-02-16 17:30:24 +02:00
parent 143cd120f5
commit 2e44f2ca13
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# v0.8.0 (unreleased)
# v0.8.0 (2025-02-16)
* Bumped minimum Go version to 1.23.
* Added support for history transfer.

View file

@ -38,7 +38,7 @@ var m = mxmain.BridgeMain{
Name: "mautrix-signal",
URL: "https://github.com/mautrix/signal",
Description: "A Matrix-Signal puppeting bridge.",
Version: "0.7.5",
Version: "0.8.0",
Connector: &connector.SignalConnector{},
}