Skip to content

Commit af30cc5

Browse files
committed
Bump version to v0.9.1
1 parent 92fa100 commit af30cc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# v0.9.1 (unreleased)
1+
# v0.9.1 (2023-12-21)
22

33
* Added support for new iMessage bridge.
44
* 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.
5+
* Updated bridge downloader to pull from main mautrix/signal repo instead of
6+
the signalgo fork.
77

88
# v0.9.0 (2023-12-15)
99

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

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

0 commit comments

Comments
 (0)