Skip to content

Commit 22ce1b2

Browse files
committed
Bump version to v0.6.0
1 parent 0a49cf6 commit 22ce1b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.6.0 (2024-12-16)
2+
3+
* Added support for re-authenticating expired Google logins without having to
4+
re-pair to the phone.
5+
* Stopped bridging theme change messages.
6+
* Updated Docker image to Alpine 3.21.
7+
18
# v0.5.2 (2024-11-16)
29

310
* Fixed room names not being automatically fixed in cases where Google Messages

cmd/mautrix-gmessages/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var m = mxmain.BridgeMain{
3636
Name: "mautrix-gmessages",
3737
Description: "A Matrix-Google Messages puppeting bridge",
3838
URL: "https://github.com/mautrix/gmessages",
39-
Version: "0.5.2",
39+
Version: "0.6.0",
4040
Connector: c,
4141
}
4242

0 commit comments

Comments
 (0)