We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc770f commit 64a6689Copy full SHA for 64a6689
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.5.0] - 2025-10-10
4
+
5
+### ✨ New Features
6
7
+- **Realtime firehose**: Watch blocks being stored realtime.
8
+- **New Home Assistant datastore**: Pulls events from Home Assistant websocket API.
9
10
## [3.4.2] - 2025-10-09
11
12
### 🔧 Improvements
pkg/version/version.go
@@ -1,7 +1,7 @@
package version
// Version represents the current version of Ergs
-const Version = "3.4.2"
+const Version = "3.5.0"
// BuildVersion returns the version string for display
func BuildVersion() string {
0 commit comments