Skip to content

Commit

Permalink
Bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Feb 16, 2025
1 parent 143cd12 commit 2e44f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/mautrix-signal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
}
Expand Down

0 comments on commit 2e44f2c

Please sign in to comment.