We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fa100 commit af30cc5Copy full SHA for af30cc5
CHANGELOG.md
@@ -1,9 +1,9 @@
1
-# v0.9.1 (unreleased)
+# v0.9.1 (2023-12-21)
2
3
* Added support for new iMessage bridge.
4
* Fixed `bbctl run`ning bridges with websocket proxy on macOS.
5
-* Updated bridge downloader to pull from main mautrix/ignal repo instead of the
6
- signalgo fork.
+* Updated bridge downloader to pull from main mautrix/signal repo instead of
+ the signalgo fork.
7
8
# v0.9.0 (2023-12-15)
9
cmd/bbctl/main.go
@@ -31,7 +31,7 @@ var (
31
32
ParsedBuildTime time.Time
33
34
- Version = "v0.9.0"
+ Version = "v0.9.1"
35
)
36
37
const BuildTimeFormat = "Jan _2 2006, 15:04:05 MST"
0 commit comments