We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcb99c commit e0ceb85Copy full SHA for e0ceb85
CHANGELOG.md
@@ -1,6 +1,8 @@
1
-# v0.12.3 (unreleased)
+# v0.13.0 (2024-12-15)
2
3
-* Updated WhatsApp bridge config to v2.
+* Added support for Bluesky DM bridge.
4
+* Updated WhatsApp and Twitter bridge configs to v2.
5
+* Switched Python bridges to be installed from PyPI instead of GitHub.
6
7
# v0.12.2 (2024-08-26)
8
cmd/bbctl/main.go
@@ -31,7 +31,7 @@ var (
31
32
ParsedBuildTime time.Time
33
34
- Version = "v0.12.2"
+ Version = "v0.13.0"
35
)
36
37
const BuildTimeFormat = "Jan _2 2006, 15:04:05 MST"
0 commit comments