Skip to content

Commit

Permalink
Bump version to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 21, 2023
1 parent 92fa100 commit af30cc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# v0.9.1 (unreleased)
# v0.9.1 (2023-12-21)

* Added support for new iMessage bridge.
* Fixed `bbctl run`ning bridges with websocket proxy on macOS.
* Updated bridge downloader to pull from main mautrix/ignal repo instead of the
signalgo fork.
* Updated bridge downloader to pull from main mautrix/signal repo instead of
the signalgo fork.

# v0.9.0 (2023-12-15)

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.0"
Version = "v0.9.1"
)

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

0 comments on commit af30cc5

Please sign in to comment.