Skip to content

Commit

Permalink
Bump version to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Feb 17, 2024
1 parent 650ccc8 commit 492e6fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cmd/bbctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 492e6fe

Please sign in to comment.