Skip to content

Commit 492e6fe

Browse files
committed
Bump version to v0.10.0
1 parent 650ccc8 commit 492e6fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# v0.10.0 (unreleased)
1+
# v0.10.0 (2024-02-17)
22

33
* Added option to configure the device name that bridges expose to the remote
44
network using `--param device_name="..."`
55
* Added support for new Meta bridge (Instagram/Facebook).
66
* Added support for the new BlueBubbles connector on the old iMessage bridge.
7+
* Enabled Matrix spaces by default in all bridges that support them.
8+
* Changed all bridge configs to set room name/avatar explicitly in DM rooms.
79
* Fixed quoting issue in Signal bridge config template.
810

911
# v0.9.1 (2023-12-21)

cmd/bbctl/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131

3232
ParsedBuildTime time.Time
3333

34-
Version = "v0.9.1"
34+
Version = "v0.10.0"
3535
)
3636

3737
const BuildTimeFormat = "Jan _2 2006, 15:04:05 MST"

0 commit comments

Comments
 (0)