Skip to content

Commit 64a6689

Browse files
committed
Bump version v3.5.0
1 parent ecc770f commit 64a6689

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [3.4.2] - 2025-10-09
411

512
### 🔧 Improvements

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// Version represents the current version of Ergs
4-
const Version = "3.4.2"
4+
const Version = "3.5.0"
55

66
// BuildVersion returns the version string for display
77
func BuildVersion() string {

0 commit comments

Comments
 (0)