diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb6f53..440594c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.2.4 (unreleased) +# v0.2.4 (2024-01-16) * Fixed panic handling read receipts if the user isn't connected. * Fixed some error states being persisted and not being cleared properly diff --git a/main.go b/main.go index 190a1cf..3614f18 100644 --- a/main.go +++ b/main.go @@ -172,7 +172,7 @@ func main() { Name: "mautrix-gmessages", URL: "https://github.com/mautrix/gmessages", Description: "A Matrix-Google Messages puppeting bridge.", - Version: "0.2.3", + Version: "0.2.4", ProtocolName: "Google Messages", BeeperServiceName: "gmessages", BeeperNetworkName: "gmessages",