diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d008a5..1266ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ -# v0.10.0 (unreleased) +# v0.10.0 (2024-02-17) * Added option to configure the device name that bridges expose to the remote network using `--param device_name="..."` * Added support for new Meta bridge (Instagram/Facebook). * Added support for the new BlueBubbles connector on the old iMessage bridge. +* Enabled Matrix spaces by default in all bridges that support them. +* Changed all bridge configs to set room name/avatar explicitly in DM rooms. * Fixed quoting issue in Signal bridge config template. # v0.9.1 (2023-12-21) diff --git a/cmd/bbctl/main.go b/cmd/bbctl/main.go index 655cab1..c833675 100644 --- a/cmd/bbctl/main.go +++ b/cmd/bbctl/main.go @@ -31,7 +31,7 @@ var ( ParsedBuildTime time.Time - Version = "v0.9.1" + Version = "v0.10.0" ) const BuildTimeFormat = "Jan _2 2006, 15:04:05 MST"